OsrsNeedsF2P@lemmy.ml to Programmer Humor@lemmy.ml · 1 year agoThis is not a meme, I was trying to find content for an OC /c/programmerhumor post and found thisi.imgur.comimagemessage-square21fedilinkarrow-up116arrow-down10
arrow-up116arrow-down1imageThis is not a meme, I was trying to find content for an OC /c/programmerhumor post and found thisi.imgur.comOsrsNeedsF2P@lemmy.ml to Programmer Humor@lemmy.ml · 1 year agomessage-square21fedilink
minus-squarenoisytoot@lemmy.mllinkfedilinkarrow-up1·1 year agoSeven semicolons are the correct way to do indentation (it even alliterates): int main (void) { ;;;;;;;printf("like this\n"); }
minus-squaredystop@lemmy.mllinkfedilinkarrow-up1·edit-21 year agothe correct way is to never indent and never use whitespace. Saves memory. Your goal should be 1LOC every month, no more.
minus-squarebooty [he/him]@hexbear.netlinkfedilinkEnglisharrow-up1·1 year agoall code should be written in one line with absolutely no breaks. it’s the most efficient way
Seven semicolons are the correct way to do indentation (it even alliterates):
int main (void) { ;;;;;;;printf("like this\n"); }
the correct way is to never indent and never use whitespace. Saves memory.
Your goal should be 1LOC every month, no more.
all code should be written in one line with absolutely no breaks. it’s the most efficient way