mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-06-01 22:12:21 +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.