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

Programmer Humor

25882 readers
659 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
[–] arschflugkoerper@feddit.org 23 points 1 week ago (4 children)

Every day devs fight the urge to refactor everything.

[–] SeductiveTortoise@piefed.social 17 points 1 week ago (1 children)

I don't fight it. I have a small project that's completely fucked up, and I refactor it a little every day as a treat. So relaxing 💖

[–] balsoft@lemmy.ml 7 points 1 week 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 6 days 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.

load more comments (2 replies)