tfm@europe.pub to Programmer Humor@programming.devEnglish · 2 months agoTrue crimeeurope.pubimagemessage-square3linkfedilinkarrow-up12arrow-down10
arrow-up12arrow-down1imageTrue crimeeurope.pubtfm@europe.pub to Programmer Humor@programming.devEnglish · 2 months agomessage-square3linkfedilink
minus-squareshape_warrior_t@programming.devlinkfedilinkEnglisharrow-up1·2 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.