Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 480 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 480 Bytes

Managing source code

This section is intended to give you experience with three common tools for maintaining a high-quality code base: version control, issue tracking and code review.

Version control helps us make incremental changes to our code. Issue tracking enables our users to provide feedback. Code review improves the quality of code going into our code base.

We used a few tools to explore these topics: git and github.