this post was submitted on 27 Apr 2024
620 points (100.0% liked)

Programmer Humor

22506 readers
1017 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 91 points 11 months ago (2 children)

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.

[–] [email protected] 64 points 11 months ago (1 children)

For me it's always, "this is hacky as shit, but it works, and nobody will ever see it but me."

[–] [email protected] 10 points 11 months ago

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.

[–] [email protected] 13 points 11 months ago

Was gonna say, 1st and 2nd should be switched