mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-09-11 00:20:50 +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.