- 1 Post
- 1.64K Comments
Ooh that’s a good roll, idk if I can beat that… unless you’re bluffing
Nine fives
Feathercrown@lemmy.worldto
Programmer Humor@programming.dev•Even my own code sometimes.English
5·2 days agoDefinitely. I’ve seen this advice summarized as “Comment ‘why’, not ‘how’” and it’s always helpful to come back to weird code and immediately understand these things.
I’ve had to use vim once or twice. It’s… fine. Not really my thing. I’m a nano guy (or, ideally, VS Code).
This is ragebait lmao
The water consumption thing is such a meme. Power consumption? Yup. Waste heat? We got that. Pollution? I don’t know but I can take a guess!
Water? Eh. Barely.
Feathercrown@lemmy.worldto
Comic Strips@lemmy.world•Go ahead and reward yourself with a very small cookie, or maybe a string cheese.English
2·3 days agoHe must be pretty ripped
Feathercrown@lemmy.worldto
Programmer Humor@programming.dev•Even my own code sometimes.English
10·3 days agoDear lord lmao
Feathercrown@lemmy.worldto
Programmer Humor@programming.dev•Even my own code sometimes.English
5·3 days agolmfao
Strange
Feathercrown@lemmy.worldto
Programmer Humor@programming.dev•Even my own code sometimes.English
16·3 days ago
Feathercrown@lemmy.worldto
Comic Strips@lemmy.world•Go ahead and reward yourself with a very small cookie, or maybe a string cheese.English
24·3 days ago“You just eat less and exercise more.”
- Crunch Bandicoot, Crash Nitro Kart
Feathercrown@lemmy.worldto
Programmer Humor@programming.dev•Even my own code sometimes.English
3·3 days agoI haven’t seen him do it lately in any code I’ve reviewed but I do change it whenever I see it if I’m doing work nearby lol
Feathercrown@lemmy.worldto
Programmer Humor@programming.dev•Even my own code sometimes.English
3·3 days agoIt can work or it can look good, you can’t have both
Feathercrown@lemmy.worldto
Programmer Humor@programming.dev•Even my own code sometimes.English
10·3 days agoOne of my coworkers is fond of using ternary expressions instead of “if” blocks. Even ones without an “else”. So I see things like:
condition ? someVar = "blah" : null;or
condition ? doSomething() : nullWhich should both just use “if” statements. Or my favorite:
condition ? someVar = "foo" : someVar = "bar"which should really be
someVar = condition ? "foo" : "bar"
Feathercrown@lemmy.worldto
Programmer Humor@programming.dev•Even my own code sometimes.English
8·3 days agoYup there are certain patterns that I can just tell



If you’ve never seen this, it has some absurdist gems. They’re all parodies of CAD. https://cad-comic.tumblr.com/