« Front door enrichment | Software interface to external systems – eliminating a major failure source »
While reviewing the code of our developers I thought it would be clever to have one single list, where I can check various issues developers sometimes miss. This list is just a v0.1 und will evolve over time while checking the code of our developers.
I propbably missed some issues and as you see there is still some space on the sheet. Just insert a comment and I will add it to the cheat sheet.
Feel free to download this as PDF:
Code Reviewers Cheat Sheet [PDF]
This entry was posted on Wednesday, September 5th, 2007 at 5:07 pm and is filed under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Code Layout:
* no lines longer than 1024px window
80 characters is the de-facto standard
Functions: check for function accessibility (private, protected, public)