Aug 25, 2009 1
3 Easy Ways to Stick to a Coding Standard
When you’re writing python, you don’t need a lot of debate over the minutiae of most coding standards. PEP 8 does that for you. Even better, there are some tools that make it really easy to stick to the standard. Why do this? Well, for one thing it makes code reviews easier when everyone follows [...]
Read the rest of this entry »
From The Peanut Gallery