My favorites | Sign in
Project Logo
             
Search
for
Updated Oct 20, 2009 by austin.ok
Labels: Phase-Implementation, coding
CodingConventions  
Coding Conventions

Introduction

The following coding conventions are designed to ensure that the Socorro code is easy to read, hack, test, and deploy.

Style Guide

Review

New checkins that are non-trivial should be reviewed by one of the core hackers. The commit message should indicate the reviewer and the issue number if applicable.

Testing

Any features that are only available to admins should be tested to ensure that only non-admin users to not have access.

Before checking in changes to the socorro python code, be sure to run the unit tests


Sign in to add a comment
Hosted by Google Code