Destide@feddit.uk to Programmer Humor@lemmy.mlEnglish · 2 年前Just getting into JSfeddit.ukimagemessage-square59fedilinkarrow-up1364arrow-down113
arrow-up1351arrow-down1imageJust getting into JSfeddit.ukDestide@feddit.uk to Programmer Humor@lemmy.mlEnglish · 2 年前message-square59fedilink
minus-squarekingthrillgore@lemmy.mllinkfedilinkarrow-up15arrow-down1·2 年前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·2 年前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·2 年前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 fooandconst foodepending 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