I didn't actually realise how important code style guides were until I saw one consistently applied with style-checking tools: it makes a big difference to code quality.  If you don't have a style guide, you could do a lot worse than the 
google style guides, which have been open-sourced and are regularly updated as languages evolve.  The Google python guide is 
here, which is very similar to 
Guido's python style guide.
 
No comments:
Post a Comment