Destide to Programmer Humor@lemmy.mlEnglish • 1 year agoJust getting into JSfeddit.ukimagemessage-square63fedilinkarrow-up1378
arrow-up1378imageJust getting into JSfeddit.ukDestide to Programmer Humor@lemmy.mlEnglish • 1 year agomessage-square63fedilink
minus-squarekingthrillgorelinkfedilink15•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-square@grrgyle@slrpnk.netlinkfedilink2•1 year agoThere wasn’t any let or const when I got into it hahaa
minus-square@jjjalljs@ttrpg.networklinkfedilink5•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.
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…There wasn’t any let or const when I got into it hahaa
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.