mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 16:58:47 +00:00
0c83ccc2fe
Its better to use enums instead of switch blocks which makes the code longer and difficult to maintain as and when new state appears.