#enums

[ follow ]
JavaScript
fromjsdevspace.substack.com
6 days ago

Shrink TypeScript Code: Replace Enums with Const Objects

Use const objects with type aliases instead of enums to keep type safety and IntelliSense while producing smaller JavaScript bundles.
UX design
fromInfoWorld
4 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 ]