Source: philipp-gysel.medium.com

From Legacy Projects to CI/CD Pipelines
Recently I received the maintenance responsibility for two legacy projects in my company. In this blog, I’ll show you how you can make the best of such a situation, and how you can have a positive and significant impact.

Well my legacy projects consisted of many sub-components, some of which were easy to compile, some of which were hard to compile.

In the end, you want to have a terminal command that will compile the project for you.

For my legacy projects, I was lucky to have a plethora of existing E2E tests.

Related Articles