jeff 👨💻@programming.dev to Programmer Humor@programming.devEnglish · 2 years ago0 vs null vs undefined - explained with toilet paperi.stack.imgur.comimagemessage-square39fedilinkarrow-up1556arrow-down113
arrow-up1543arrow-down1image0 vs null vs undefined - explained with toilet paperi.stack.imgur.comjeff 👨💻@programming.dev to Programmer Humor@programming.devEnglish · 2 years agomessage-square39fedilink
minus-squarelabsin@sh.itjust.workslinkfedilinkEnglisharrow-up2·2 years agoI like the pattern a lot more. It makes you just initialize the value and only keep it ‘nullable’ for where it’s needed and then you need to check. Even .net implemented it (but a bit more awkward)
minus-squareCanadaPlus@lemmy.sdf.orglinkfedilinkEnglisharrow-up1·2 years agoYup. Programmers are really stupid, if the compiler forces us to explicitly handle weird situations that’s a feature.
I like the pattern a lot more. It makes you just initialize the value and only keep it ‘nullable’ for where it’s needed and then you need to check. Even .net implemented it (but a bit more awkward)
Yup. Programmers are really stupid, if the compiler forces us to explicitly handle weird situations that’s a feature.