Search posts, tags, users, and pages
Yves Kalume
Android Engineer
Hi Developers, let's talk about "Boolean blindness" and why you should avoid using boolean to manage states in your application. If I come up to you and asking “True” or “False” ? You won’t be able to answer (you’ll be wondering about the context of ...
Maxi Contieri
Software Engineer
Nice article
Storing boolean values is a code smell that brings IFs.
A better solution muy be to use states.
We need to be carefull not to over engineer, but in serious software is the preferred solution
Maxi Contieri
Software Engineer
Nice article
Storing boolean values is a code smell that brings IFs.
A better solution muy be to use states.
We need to be carefull not to over engineer, but in serious software is the preferred solution