OsrsNeedsF2P to Programmer Humor · 2 年前This is not a meme, I was trying to find content for an OC /c/programmerhumor post and found thisi.imgur.comexternal-linkmessage-square70fedilinkarrow-up1171arrow-down12
arrow-up1169arrow-down1external-linkThis is not a meme, I was trying to find content for an OC /c/programmerhumor post and found thisi.imgur.comOsrsNeedsF2P to Programmer Humor · 2 年前message-square70fedilink
minus-squarenoisytootlinkfedilinkarrow-up13·2 年前Seven semicolons are the correct way to do indentation (it even alliterates): int main (void) { ;;;;;;;printf("like this\n"); }
minus-squaredystoplinkfedilinkarrow-up7·edit-22 年前the 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 年前all 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