Code Review 1) Author and Reviewer Preparation
Welcome to BSP Software’s ‘Code Review’ series split into 7 sections. Part 1) covers Author and Reviewer preparation Continue reading
Welcome to BSP Software’s ‘Code Review’ series split into 7 sections. Part 1) covers Author and Reviewer preparation Continue reading
The second part the Code Review series examines ‘Readability’. That means that code that is hard to read can easily hide dangerous bugs. Clarity of the code reflects the clarity of the author’s mind and his understanding of the problem. Continue reading
In the third part of BSP Software’s ‘Code Review’ series we look at Structure: Basic structures are 1) Sequence; 2) Condition; 3) Loop and 4) Procedure
Continue reading
In this 4th part of BSP Software’s Code Review series we focus on Algorithmic soundness. This includes Maintainability, Efficiency and Security. Continue reading
The 5th part of the Code Review series concentrates on what to do when a Bug is found. Which questions to ask and how they need to be effectively answered. Continue reading
Part 6) of the Code Review series looks at Implementation strategy. Successful implementation of peer code reviews in an organization has to overcome natural resistance. Continue reading
Welcome to final part of BSP Software’s ‘Code Review’ series. In Part 7) we investigate the Tools of the Trade. Code review can be done without any tools. However, a lot of time and effort can be saved by the right tool. Continue reading