#enums

[ follow ]
#python
UX design
fromInfoWorld
11 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 ]