Tag Archives: checklist

C# code review checklist

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 [...]