Sjmarf to Programmer Humor@programming.dev • 10 months ago“It’s not that hard”sh.itjust.worksimagemessage-square199fedilinkarrow-up1963
arrow-up1963image“It’s not that hard”sh.itjust.worksSjmarf to Programmer Humor@programming.dev • 10 months agomessage-square199fedilink
minus-square@hemmes@lemmy.worldlinkfedilinkEnglish10•10 months 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-squareprojectmoonlinkfedilink28•10 months 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