Sjmarf to Programmer Humor@programming.dev · 11 months ago“It’s not that hard”imagemessage-square196fedilinkarrow-up1968arrow-down158
arrow-up1910arrow-down1image“It’s not that hard”Sjmarf to Programmer Humor@programming.dev · 11 months agomessage-square196fedilink
minus-squarehemmes@lemmy.worldlinkfedilinkEnglisharrow-up9arrow-down1·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-squareprojectmoon@lemm.eelinkfedilinkarrow-up28·11 months agoDepends on the language. There is no explicit typing in JavaScript, for example. That’s why Typescript was invented.
minus-squarehemmes@lemmy.worldlinkfedilinkEnglisharrow-up5·11 months agoAh, that could be problematic
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