onlinepersona@programming.dev to Programmer Humor@programming.devEnglish · 7 months agoProbably the wrong meme formatprogramming.devimagemessage-square68fedilinkarrow-up1179arrow-down165file-text
arrow-up1114arrow-down1imageProbably the wrong meme formatprogramming.devonlinepersona@programming.dev to Programmer Humor@programming.devEnglish · 7 months agomessage-square68fedilinkfile-text
minus-squarehydroptic@sopuli.xyzlinkfedilinkarrow-up3arrow-down1·edit-27 months ago I think having null is great in some cases where you need to represent missing value. Option types or sum types would probably be a much less terrible choice for this, although I guess some sort of nullable keyword counts as a sum type
minus-squaremagic_lobster_party@kbin.runlinkfedilinkarrow-up3·edit-27 months agoWell, anything that can be captured at compile time or by the IDE is infinitely better than the situation we have today.
minus-squarehydroptic@sopuli.xyzlinkfedilinkarrow-up1arrow-down1·7 months agoHa yeah, just about anything is better than the current status quo
Option types or sum types would probably be a much less terrible choice for this, although I guess some sort of nullable keyword counts as a sum type
Well, anything that can be captured at compile time or by the IDE is infinitely better than the situation we have today.
Ha yeah, just about anything is better than the current status quo