Destide@feddit.uk to Programmer Humor@lemmy.mlEnglish · 11 个月前Just getting into JSfeddit.ukimagemessage-square59fedilinkarrow-up1361
arrow-up1361imageJust getting into JSfeddit.ukDestide@feddit.uk to Programmer Humor@lemmy.mlEnglish · 11 个月前message-square59fedilink
minus-squarekingthrillgore@lemmy.mllinkfedilinkarrow-up14·11 个月前Don’t ever come to me saying “finally I am free from types” very few things make me angry. Rejecting types is one of them. Also its let foo and const foo depending on how you plan to use the variable…
minus-squarejjjalljs@ttrpg.networklinkfedilinkarrow-up5·11 个月前I mostly work in Python, but we use types at work. For a hack day project I skipped typing stuff for like an hour, and then went “wait this sucks” and added types. It was easier overall.
minus-squaregrrgyle@slrpnk.netlinkfedilinkarrow-up2·11 个月前There wasn’t any let or const when I got into it hahaa
Don’t ever come to me saying “finally I am free from types” very few things make me angry. Rejecting types is one of them.
Also its
let foo
andconst foo
depending on how you plan to use the variable…I mostly work in Python, but we use types at work. For a hack day project I skipped typing stuff for like an hour, and then went “wait this sucks” and added types. It was easier overall.
There wasn’t any let or const when I got into it hahaa