Gollum@feddit.org to Programmer Humor@programming.dev · 2 days agoAnother smart movefeddit.orgexternal-linkmessage-square112fedilinkarrow-up1963arrow-down131
arrow-up1932arrow-down1external-linkAnother smart movefeddit.orgGollum@feddit.org to Programmer Humor@programming.dev · 2 days agomessage-square112fedilink
minus-squareMTK@lemmy.worldlinkfedilinkarrow-up26·2 days agoError handling should only be with “if” Variable names must be generic and similar to each-other Debugging is only done with prints Version numbers must be incoherent, hard to order correctly, contain letters and jump in ways that don’t align with the updates done.
minus-squareRandelung@lemmy.worldlinkfedilinkarrow-up8·2 days agoSingle letters or UTF8 symbols only. Emojis are encouraged.
minus-squaredriving_crooner@lemmy.eco.brlinkfedilinkarrow-up7·2 days agoVariable names should be var{n} where n = 0, 1, 2…
minus-squareRikudou_Sage@lemmings.worldlinkfedilinkarrow-up4·edit-223 hours agoPff, just use the numbers directly: ${1} = "value"; ${2} = "DOGE"; That makes it possible to do stuff like: for (${152} = 1; ${152} <= 2; ${152}++) { ${666} = $${152}; print(${666}); } This is a valid code, btw.
minus-squareZink@programming.devlinkfedilinkarrow-up1·1 day agoSomething something the cruelty is the point.
Error handling should only be with “if”
Variable names must be generic and similar to each-other
Debugging is only done with prints
Version numbers must be incoherent, hard to order correctly, contain letters and jump in ways that don’t align with the updates done.
Single letters or UTF8 symbols only. Emojis are encouraged.
Variable names should be var{n} where n = 0, 1, 2…
Pff, just use the numbers directly:
${1} = "value"; ${2} = "DOGE";
That makes it possible to do stuff like:
for (${152} = 1; ${152} <= 2; ${152}++) { ${666} = $${152}; print(${666}); }
This is a valid code, btw.
Something something the cruelty is the point.