代码规范

  • C (Nginx)
    • http://wiki.nginx.org/CodingStyle

    • http://tengine.taobao.org/book/appendix_a.html

  • C++
    • http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
    • 中文版:http://zh-google-styleguide.readthedocs.org/en/latest/google-cpp-styleguide/contents/
  • Java
    • https://sites.google.com/a/android.com/opensource/submit-patches/code-style-guide
    • http://www.oracle.com/technetwork/java/codeconvtoc-136057.html
  • Python
    • http://google-styleguide.googlecode.com/svn/trunk/pyguide.html
    • 中文版,http://zh-google-styleguide.readthedocs.org/en/latest/google-python-styleguide/
  • Javascript
    • http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml
  • PHP
    • http://framework.zend.com/wiki/display/ZFDEV/PHP+Coding+Standard+%28draft%29
  • Objective-C
    • http://google-styleguide.googlecode.com/svn/trunk/objcguide.xml
  • Json 
    • http://google-styleguide.googlecode.com/svn/trunk/jsoncstyleguide.xml
    • 中文版:https://github.com/darcyliu/google-styleguide/blob/master/JSONStyleGuide.md
  • Shell
    • http://google-styleguide.googlecode.com/svn/trunk/shell.xml

你可能感兴趣的:(代码规范)