Improving Multi-git

In this lesson, we'll identify various areas of improvement in Multi-git.

In this lesson, we will identify various areas of improvement. Later in the course, we will address these areas to make multi-git a professional Go CLI program.

Overview

Okay, multi-git is a small and simple program. It seems like a single function in a single file is not a bad decision, but, we will improve it to serve as the foundation for much larger and more complicated command-line programs. Keep this in mind as we re-organize the code and add powerful capabilities. There are several meta-topics for improvement such ...