Destide@feddit.uk to Programmer Humor@lemmy.mlEnglish · 6 months agoJust getting into JSfeddit.ukimagemessage-square70fedilinkarrow-up1364arrow-down113
arrow-up1351arrow-down1imageJust getting into JSfeddit.ukDestide@feddit.uk to Programmer Humor@lemmy.mlEnglish · 6 months agomessage-square70fedilink
minus-squarekingthrillgore@lemmy.mllinkfedilinkarrow-up15arrow-down1·6 months 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·6 months 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·6 months 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