HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-23 months agoWhy make it complicated?lemmy.mlimagemessage-square112linkfedilinkarrow-up1367arrow-down139file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up1328arrow-down1imageWhy make it complicated?lemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-23 months agomessage-square112linkfedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squareBeigeAgenda@lemmy.calinkfedilinkarrow-up22·3 months agoAnd then assign an int to a string just to mess with the interpreter.
minus-squaresbv@sh.itjust.workslinkfedilinkEnglisharrow-up44·3 months agoonly the linter gives a hoot - the interpreter will happily leave that footgun for later
minus-squareZiglin (it/they)@lemmy.worldlinkfedilinkEnglisharrow-up1·3 months agoLooks like a snippet of C with two labels that will be referenced by a goto instruction. Very bad code tbh.
python:
a: str = 1
And then assign an int to a string just to mess with the interpreter.
only the linter gives a hoot - the interpreter will happily leave that footgun for later
That’s just a comment
Looks like a snippet of C with two labels that will be referenced by a goto instruction. Very bad code tbh.