Sjmarf to Programmer [email protected] • 11 months ago“It’s not that hard”sh.itjust.worksmessage-square192fedilinkarrow-up1959
arrow-up1901image“It’s not that hard”sh.itjust.worksSjmarf to Programmer [email protected] • 11 months agomessage-square192fedilink
minus-square@[email protected]linkfedilinkEnglish8•11 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-squareprojectmoonlinkfedilink29•11 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