Code review
First of all, what is Code Review? Let’s borrow from Wikipedia: Code review is systematic examination (often known as peer review) of computer source code. It is intended to find and fix mistakes overlooked in the initial development phase, improving both the overall quality of software and the developers’ skills. This definition gives a good idea of what Code Review is. In my opinion there’s more to it than only that....