mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-24 20:29:17 +00:00
Its better to use enums instead of switch blocks which makes the code longer and difficult to maintain as and when new state appears.