Source Control: In Search of a Better Code Review
摘要
Source control is of vital importance in modern software development. As a developer, you need to be confident that you can recover from mistakenly deleting your code. It should be easy to create “what if” experiments that are trivial to undo if necessary. Also, developers rarely work alone. A good source control system makes it convenient to work with others and incorporate their changes into your code, and vice versa.