@[email protected] to Programmer [email protected]English • 1 year agoProbably the wrong meme formatprogramming.devimagemessage-square67fedilinkarrow-up1180
arrow-up1180imageProbably the wrong meme formatprogramming.dev@[email protected] to Programmer [email protected]English • 1 year agomessage-square67fedilink
minus-square@[email protected]linkfedilink3•edit-21 year 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_partylinkfedilink3•edit-21 year agoWell, anything that can be captured at compile time or by the IDE is infinitely better than the situation we have today.
minus-square@[email protected]linkfedilink1•1 year 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