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

Programmer Humor

32089 readers
191 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 1 points 1 year 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 1 points 1 year ago* (last edited 1 year ago)

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

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