this post was submitted on 22 Jul 2023
679 points (98.6% liked)
Programmer Humor
19463 readers
16 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's only the first stage. Once you get tired enough you start writing code that not even you can understand the next morning, but which you're loathe to change because "it just works".
Yeah I've had that experience too. But sometimes I write a lot of hackish code to get it to work, and then after spend time rewriting it so it's easy to understand. But it depends on mood. Sometimes I don't change it because it's complicated and it would be too much thinking required to make it better. :)
Programmers are often lazy by nature...
Lazy is right. Spending fifty hours to automate a task that doesn't take even five minutes is commonplace.
It takes laziness to new, artful heights.
wouldn't doing significantly more work than necessary be the opposite of laziness?