this post was submitted on 17 Jun 2023
43 points (100.0% liked)

Programmer Humor

33722 readers
126 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] noisytoot@lemmy.ml 3 points 2 years ago (1 children)

Seven semicolons are the correct way to do indentation (it even alliterates):

int main
(void) {
;;;;;;;printf("like this\n"); }
[โ€“] dystop@lemmy.ml 2 points 2 years ago* (last edited 2 years ago)

the correct way is to never indent and never use whitespace. Saves memory.

Your goal should be 1LOC every month, no more.