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

Programmer Humor

20284 readers
1843 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@lemmy.world 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

[–] synae@lemmy.sdf.org 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

[–] chellomere@lemmy.world 5 points 1 week ago

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