#enums

[ follow ]
#python
UX design
fromInfoWorld
8 months ago

Five rules for coding with Booleans

Using enums over Booleans improves clarity and maintainability in code. Future expansions are easier to implement with enums.
#programming
[ Load more ]