Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 1 年前“It’s not that hard”sh.itjust.worksimagemessage-square210fedilinkarrow-up1964arrow-down158
arrow-up1906arrow-down1image“It’s not that hard”sh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 1 年前message-square210fedilink
minus-squarehemmes@lemmy.worldlinkfedilinkEnglisharrow-up9arrow-down1·1 年前Even 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-up29·1 年前Depends 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