Project

General

Profile

Code Standards » History » Version 1

Amber Herold, 03/05/2010 01:11 PM

1 1 Amber Herold
h1. Code Standards
2
3
If everyone uses the same coding style, it is much easier to read code that someone else wrote. That said, style is not important enough to enforce during a code review. It is much more important to ensure that best practices are followed such as implementing error handling .
4
5
"Python Style Guide":http://www.python.org/dev/peps/pep-0008/