Currently working on projects for a client which is adding what should be a minor feature but it's in a horribly written codebase so there's been lots of "fix this latter" and "Add this back when working".
this post was submitted on 11 Jun 2023
51 points (94.7% liked)
Programmer Humor
32410 readers
1 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 6 years ago
MODERATORS
Hard disagree, I savor removing the scaffolding after figuring out a hard issue.
Most of the time, it's just a matter of discarding the local git changes anyway.
Me, merging all the commits with name "chore: debug" be like
When you add a few hundred likes of code thinking you have THE solution to your issue, just to realize 90% of the way through it is totally not going to work.