this post was submitted on 14 Aug 2025
232 points (98.7% liked)

Programmer Humor

26046 readers
1923 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

Haven’t even staged it yet, so git reminds me tomorrow.

you are viewing a single comment's thread
view the rest of the comments
[–] balsoft@lemmy.ml 7 points 2 weeks ago (1 children)

Honestly, yes. I have days when I want to code something new and experiment, and days when I just want to drudge through existing code and carefully refactor/clean up so that it still works (or even works better in some cases).

[–] squaresinger@lemmy.world 2 points 2 weeks ago

The best thing is if you figure out that a whole loop is actually unnecessary and you can up efficiency by a whole order.