2013年2月5日 星期二

Coding Style Guide

以下網址是google以及llvm所制定的C++ coding standars,提供給想改善程式碼品質的人參考看看

LLVM Coding Standards
http://llvm.org/docs/CodingStandards.html#include-style

Google C++ Style Guide
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml


Google同時還有制定Python Coding Style Guide
Google Python Style Guide
http://google-styleguide.googlecode.com/svn/trunk/pyguide.html

Python Code Style
http://docs.python-guide.org/en/latest/writing/style/

PEP 8 -- Style Guide for Python Code
http://www.python.org/dev/peps/pep-0008/