Destide@feddit.uk to Programmer Humor@lemmy.mlEnglish · 1 year agoJust getting into JSfeddit.ukimagemessage-square66linkfedilinkarrow-up1382arrow-down113
arrow-up1369arrow-down1imageJust getting into JSfeddit.ukDestide@feddit.uk to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square66linkfedilink
minus-squarekingthrillgore@lemmy.mllinkfedilinkarrow-up15arrow-down1·1 year agoDon’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·1 year agoI 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·1 year agoThere 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