Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 2 years ago“It’s not that hard”sh.itjust.worksimagemessage-square199fedilinkarrow-up1964
arrow-up1964image“It’s not that hard”sh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 2 years agomessage-square199fedilink
minus-squarehemmes@lemmy.worldlinkfedilinkEnglisharrow-up10·2 years agoEven in untyped can’t you explicitly set your type either with declarations or wrapping the value in quotes for a string or something?
minus-squareprojectmoon@lemm.eelinkfedilinkarrow-up28·2 years agoDepends on the language. There is no explicit typing in JavaScript, for example. That’s why Typescript was invented.
Even in untyped can’t you explicitly set your type either with declarations or wrapping the value in quotes for a string or something?
Depends on the language. There is no explicit typing in JavaScript, for example. That’s why Typescript was invented.
Not always.
Ah, that could be problematic