C# code review checklist
Posted by admin on July 17, 2010
0 comments
C# code review checklist My current client uses PSP extensively, so I’ve been putting together a checklist for reviewing C# code for use on our new project. Your comments or additions appreciated: 1. Are exceptions used to indicate error rather than returning status or error codes? 2. Are all classes and public methods commented with [...]