this post was submitted on 09 Jul 2024
129 points (96.4% liked)

Programmer Humor

32022 readers
544 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

Meme transcription:

Bro, just one more bug fix, I swear. The base design is good, promise. This is just a simple bug that I need to fix. It doesn’t require redesigning my approach. I know I’m calling the same function 8 times to get the same data each time, but that’s just this one time, bro. I know they’re asynchronous functions and loading now takes 300ms, but this is just during development, bro. I know I’ve inlined about 7 different things that should be seprate, but that was necessary to fix the previous last bug. I swear, I’m almost done. This is the last bug to fix, bro.

you are viewing a single comment's thread
view the rest of the comments
[–] Clent@lemmy.world 3 points 2 months ago (1 children)

👏Always👏be👏refactoring👏

[–] bleistift2@sopuli.xyz 3 points 2 months ago (2 children)
[–] netvor@lemmy.world 1 points 1 month ago

"for each desired change, make the change easy (warning: this may be hard), then make the easy change"

Kent Beck (got this version of his quote from Twitter but it's much older than that)