Sjmarf to Programmer [email protected] • 1 year ago“It’s not that hard”sh.itjust.worksimagemessage-square188fedilinkarrow-up1953arrow-down157
arrow-up1896arrow-down1image“It’s not that hard”sh.itjust.worksSjmarf to Programmer [email protected] • 1 year agomessage-square188fedilink
minus-square@hemmeslinkEnglish8•1 year 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-squareprojectmoonlinkfedilink27•1 year 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