minus-squarelukad@programming.devtoProgramming@programming.dev•You might as well timestamp itlinkfedilinkEnglisharrow-up10·1 year agoUsing a nullable Boolean to represent 3 distinct states just adds confusion and complexity to your system. In most cases I would prefer to use an enum with 3 fields which is non nullable. linkfedilink
Using a nullable Boolean to represent 3 distinct states just adds confusion and complexity to your system. In most cases I would prefer to use an enum with 3 fields which is non nullable.