Unit 1 Lesson 10 - Programming Style and Feedback

Lesson summary and assignments

Vocabulary

code review
the process of examining code and providing feedback to improve the quality and functionality of the program
commit
an operation which saves the latest changes of the code and represents a snapshot of a project
documentation
written descriptions of the purpose and functionality of code
programming style
a set of guidelines and best practices for formatting program code