this post was submitted on 27 Apr 2024
614 points (98.3% liked)
Programmer Humor
19454 readers
27 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
I always feel like my code is the best in personal projects when I don’t need to conform to whatever style and architecture has been decided on by history and committee.
For me it's always, "this is hacky as shit, but it works, and nobody will ever see it but me."
My most arcane pieces of code (abusing null references to make the garbage collector handle object deletion kind of cursed) are usually posted publicly somewhere... If it works and all that.
Was gonna say, 1st and 2nd should be switched