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

15 lines
487 B
Markdown
Raw Normal View History

2018-03-22 22:54:48 +08:00
# Google Java Style Guide
2018-03-18 21:44:47 +08:00
2018-03-22 22:54:48 +08:00
- http://www.hawstein.com/posts/google-java-style.html
- http://google.github.io/styleguide/javaguide.html
2018-03-18 21:44:47 +08:00
2018-03-22 22:54:48 +08:00
# Google C++ Style Guide
2018-03-18 21:44:47 +08:00
2018-03-22 22:54:48 +08:00
- http://zh-google-styleguide.readthedocs.io/en/latest/google-cpp-styleguide/contents/
- http://google.github.io/styleguide/cppguide.html
2018-03-18 21:44:47 +08:00
2018-03-22 22:54:48 +08:00
# Google Python Style Guide
2018-03-18 21:44:47 +08:00
2018-03-22 22:54:48 +08:00
- http://zh-google-styleguide.readthedocs.io/en/latest/google-python-styleguide/contents/
- http://google.github.io/styleguide/pyguide.html