this post was submitted on 02 Aug 2024
762 points (97.7% liked)

Programmer Humor

19171 readers
1675 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] GammaGames@beehaw.org 30 points 1 month ago (1 children)

And when you need something more complex

console.log(1);
[…]
console.log(2);
[…]
console.log(3);
[–] mattd@programming.dev 24 points 1 month ago (1 children)

More like

console.log('shit');
[…]
console.log('fuck');
[…]
console.log('ass');
[–] fosho@lemmy.ca 11 points 1 month ago (1 children)

yeah and then you forget about one that makes it into a release and then see it in the console.

[–] arendjr@programming.dev 11 points 1 month ago

This is the real reason we have linters.