The Mikado Method: Small Steps, Big Improvements

1 · Arnaud Langlade · Nov. 27, 2023, 9:44 a.m.
Summary
In this blog post, I will introduce the Mikado Method. This method helps solve complex problems without breaking your codebase, even if you need to introduce significant changes. It is common to work using PR (Pull Request), you can work on your task without breaking your application and disturbing the rest of the team. However, when you start working on a task without maintaining something that works, you end up adding too many changes that are not production-ready. The drawback of this approac...