错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Source Control: In Search of a Better Code Review

  • Michael D. Callaghan

摘要

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.