![cover-img](https://project-assets.showwcase.com/1420x/16381/1663868233851-phil-hearing-XIvn5uz8wGQ-unsplash.jpg?type=webp)
Code Smell 07 - Boolean Variables
22 September, 2022
5
5
0
Contributors
TL;DR: Don't use boolean variables, they force you to write Ifs. Create polymorfic states instead.
Problems
•
Extensibility
•
Comparison in some languages
Solutions
•
Examples
•
Sample Code
Wrong
Right
Detection
Exceptions
•
Relations
![img](https://project-assets.showwcase.com/1065x/16381/1663868164064-0_QjZ76_c6hmi1UfXc.jpg?type=webp)
Tags
•
Declarative
•
Primitive
More info
Conclusion
Also Known as
•
Credits
refactoring
code
cleancode
smells