Comment on Use the Mikado Method to do safe changes in a complex codebaseparentComments−agge6moIf you create a graph of what changes are needed to allow for other changes, eventually leading to your goal.Then by definition you have the smallest safest step you can take. It would be the leaf nodes on your graph?
Comments
If you create a graph of what changes are needed to allow for other changes, eventually leading to your goal.
Then by definition you have the smallest safest step you can take. It would be the leaf nodes on your graph?