lukad

@lukad@programming.dev
0 Post – 1 Comments
Joined 1 years ago

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.