tfm@europe.pub to Programmer Humor@programming.devEnglish · 3 months agoTrue crimeeurope.pubimagemessage-square18linkfedilinkarrow-up111arrow-down10
arrow-up111arrow-down1imageTrue crimeeurope.pubtfm@europe.pub to Programmer Humor@programming.devEnglish · 3 months agomessage-square18linkfedilink
minus-squareshape_warrior_t@programming.devlinkfedilinkEnglisharrow-up2·3 months agoI would certainly rather see this than {isAdmin: bool; isLoggedIn: bool}. With boolean | null, at least illegal states are unrepresentable… even if the legal states are represented in an… interesting way.
I would certainly rather see this than
{isAdmin: bool; isLoggedIn: bool}. Withboolean | null, at least illegal states are unrepresentable… even if the legal states are represented in an… interesting way.