Gollum@feddit.org to Programmer Humor@programming.dev · 1 month agoAnother smart movefeddit.orgimagemessage-square65fedilinkarrow-up119arrow-down13
arrow-up116arrow-down1imageAnother smart movefeddit.orgGollum@feddit.org to Programmer Humor@programming.dev · 1 month agomessage-square65fedilink
minus-squareMTK@lemmy.worldlinkfedilinkarrow-up2·1 month 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-squaredriving_crooner@lemmy.eco.brlinkfedilinkarrow-up0·1 month agoVariable names should be var{n} where n = 0, 1, 2…
minus-squareRikudou_Sage@lemmings.worldlinkfedilinkarrow-up1·edit-21 month 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.
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.
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.