mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-07-26 02:20:14 +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.