CS-Notes/notes/代码风格规范.md

15 lines
487 B
Markdown
Raw Normal View History

2018-03-14 16:55:01 +08:00
# Google Java Style Guide
2018-03-02 10:58:04 +08:00
2018-03-14 16:55:01 +08:00
- http://www.hawstein.com/posts/google-java-style.html
- http://google.github.io/styleguide/javaguide.html
2018-03-02 10:58:04 +08:00
2018-03-14 16:55:01 +08:00
# Google C++ Style Guide
2018-03-02 10:58:04 +08:00
2018-03-14 16:55:01 +08:00
- http://zh-google-styleguide.readthedocs.io/en/latest/google-cpp-styleguide/contents/
- http://google.github.io/styleguide/cppguide.html
2018-03-02 10:58:04 +08:00
2018-03-14 16:55:01 +08:00
# Google Python Style Guide
2018-03-02 10:58:04 +08:00
2018-03-14 16:55:01 +08:00
- http://zh-google-styleguide.readthedocs.io/en/latest/google-python-styleguide/contents/
- http://google.github.io/styleguide/pyguide.html