Command Pattern for Legacy Code Refactoring
syndicated from planet-php.net
on May 17, 2019
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