42
Do not pass go Do NOT align unspecified stuff
(programming.dev)
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.
You shouldn't use tabs for alignment. It breaks for everyone with a different tab size.
You shouldn't align code anyway.
If it's important to have stuff on the same column, make it an indentation level and add a line break where it starts.
if you don't want alignment don't be surprised when your code doesn't align 🤷
If that's supposed to be a pun, I didn't get it.