this post was submitted on 06 Jan 2024
791 points (96.4% liked)

Programmer Humor

31812 readers
541 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 7 months ago (1 children)

I’m a big fan or refactoring and rewriting my code as often as I can. Not only does it keep my brain “on topic” but it allows me to make major improvements. Nothing will ever be perfect. Just try to leave it in a better state than it was before.

[–] [email protected] 4 points 7 months ago (1 children)

At least untill you refactor something, and the act of refactoring, even though it shouldn't logically cause any problems, causes everything to break.

[–] [email protected] 5 points 7 months ago (1 children)

Then you’re not done refactoring ;)

[–] [email protected] 2 points 7 months ago (1 children)

Though usually not long after that point you start to ask yourself "Why the fuck did I get myself into this mess"

[–] [email protected] 3 points 7 months ago

That’s ever day of my life 🥹