...

/

Refactoring the Core Logic

Refactoring the Core Logic

We'll refactor the core logic of multi-git into our new and shiny directory structure in this lesson.

In this lesson, we will not make changes to the functionality, instead, we’ll just move files around. This is an important best practice. You should always separate structural, formatting, and style changes from functional changes. We will do some planning and then refactor most of the logic into a repo_manager package.

Planning the refactoring

...