deutsch

The code review cheat sheet

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.

Code Reviewers Cheat Sheet

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.

Sebastian Friedel says:

Code Layout:
* no lines longer than 1024px window

80 characters is the de-facto standard

September 5th, 2007 at 7:45 pm

jerk says:

Functions: check for function accessibility (private, protected, public)

September 6th, 2007 at 1:22 pm

Leave a Reply