Gollum to Programmer [email protected] • 6 months agoAnother smart movefeddit.orgimagemessage-square115fedilinkarrow-up1990
arrow-up1990imageAnother smart movefeddit.orgGollum to Programmer [email protected] • 6 months agomessage-square115fedilink
minus-square@[email protected]linkfedilink27•6 months 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-square@[email protected]linkfedilink6•6 months agoVariable names should be var{n} where n = 0, 1, 2…
minus-square@[email protected]linkfedilink1•6 months agoSomething something the cruelty is the point.
minus-squareRikudou_Sagelinkfedilink5•edit-26 months 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-square@[email protected]linkfedilink8•6 months agoSingle letters or UTF8 symbols only. Emojis are encouraged.
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…
Something something the cruelty is the point.
Pff, just use the numbers directly:
That makes it possible to do stuff like:
This is a valid code, btw.
Single letters or UTF8 symbols only. Emojis are encouraged.