Gollum@feddit.de to Programmer Humor@programming.devEnglish · 2 years agoActually not funnyi.imgur.comimagemessage-square45fedilinkarrow-up1319arrow-down119cross-posted to: programmerhumor@lemmy.ml
arrow-up1300arrow-down1imageActually not funnyi.imgur.comGollum@feddit.de to Programmer Humor@programming.devEnglish · 2 years agomessage-square45fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarecsm10495@sh.itjust.workslinkfedilinkEnglisharrow-up3·edit-22 years agoIsn’t NULL a macro in C for 0? So doesn’t that mean these items are free?
minus-squarecoloredgrayscale@programming.devlinkfedilinkarrow-up2·2 years agoIn a way it’s still the same with more modern languages. Especially OOP, setting an object to Null is just setting the address pointer to to 0x00000000. Hence NullPointerException / NullReferenceException or similar, depending on the language.
minus-squareHaus@kbin.sociallinkfedilinkarrow-up2·2 years agoI’d guess, in context, it’s a floating point price column that hasn’t been set, and the table designer didn’t specify the column to be NOT NULL.
minus-squarecsm10495@sh.itjust.workslinkfedilinkarrow-up2·2 years agoI guess Rust would have solved the problem as well.
minus-squarekamenLady.@lemmy.worldlinkfedilinkarrow-up2·2 years agoNull is zero in german - so this must be free, it’s a german shop
minus-squareImpossibleRubiksCube@programming.devlinkfedilinkarrow-up1·edit-21 year agodeleted by creator
Isn’t NULL a macro in C for 0? So doesn’t that mean these items are free?
In a way it’s still the same with more modern languages. Especially OOP, setting an object to Null is just setting the address pointer to to 0x00000000.
Hence NullPointerException / NullReferenceException or similar, depending on the language.
I’d guess, in context, it’s a floating point price column that hasn’t been set, and the table designer didn’t specify the column to be NOT NULL.
I guess Rust would have solved the problem as well.
Null is zero in german - so this must be free, it’s a german shop
deleted by creator