this post was submitted on 25 Jan 2025
593 points (97.6% liked)

Programmer Humor

20265 readers
1788 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] 9 points 1 week ago (1 children)

Fun fact (not really), when docker-compose throws an error on a yaml file it tells on which line the error is. The problem is that it ignores any commented out line, so you end up guesstimating on which line the error is

[–] [email protected] 5 points 1 week ago (1 children)

Easy solution, no comments! Plus then you have a fun puzzle you can figure out over and over again

[–] [email protected] 5 points 1 week ago

Or, you can at least put comments at the end of lines