this post was submitted on 25 Jan 2025
576 points (97.7% liked)

Programmer Humor

20039 readers
1857 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
[–] Im_old 9 points 5 days 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 5 days ago (1 children)

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

[–] chellomere 5 points 4 days ago

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