tfm@europe.pub to Programmer Humor@programming.devEnglish · 17 hours agoTrue crimeeurope.pubimagemessage-square38linkfedilinkarrow-up1240arrow-down19
arrow-up1231arrow-down1imageTrue crimeeurope.pubtfm@europe.pub to Programmer Humor@programming.devEnglish · 17 hours agomessage-square38linkfedilink
minus-squareshape_warrior_t@programming.devlinkfedilinkEnglisharrow-up22·14 hours 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.