Listen

Description

This story was originally published on HackerNoon at: https://hackernoon.com/code-smell-07-avoid-boolean-variables.

Avoid Boolean variables, they lead to conditional logic and force you to write Ifs. Create polymorphic states instead

Check more stories related to programming at: https://hackernoon.com/c/programming.
You can also check exclusive content about #programming, #technology, #software-development, #learn-to-code, #code-smells, #clean-code, #refactoring, #boolean-algebra, and more.




This story was written by: @mcsee. Learn more about this writer by checking @mcsee's about page,
and for more stories, please visit hackernoon.com.





Avoid Boolean variables, they lead to conditional logic and force you to write Ifs. Create polymorphic states instead