1
vote
My Java factory method smells. How do I fix it?
Taking a Convetion vs Configuration approach and using reflection to scan for available Command objects and loading them into your map would be the way to go. You then have the ability to expose n …
