-
-
Notifications
You must be signed in to change notification settings - Fork 2
Code Reviews
Eberhard Beilharz edited this page Sep 6, 2013
·
2 revisions
This document contains some of the things to look for when doing a code review.
-
When a new external assembly/library/component gets added or some code copied from some website then check the license of the component. It needs to have a compatible license. If it doesn't have a license we can't use it (see Infoworld article). Also check that the licensing conditions are met (licenses often require a disclaimer to appear somewhere).
-
Exceptions should be exceptional.