Command Pattern for Legacy Code Refactoring
Just recently I run into an issue on one of my projects which I gracefully solved using the Command pattern. The project has a lot of legacy code, and to avoid the pain of major refactoring we do it gradually, piece by piece.
Continue reading
Comments are closed.