auto commit
This commit is contained in:
parent
8cf50d6d24
commit
1ac26e0dbf
|
@ -91,6 +91,10 @@ File、InputStream 和 OutputStream、Reader 和 Writer、Serializable、Socket
|
|||
|
||||
编程有很大一部分时间是在阅读代码,可读性良好的代码能够大大提高编程效率。
|
||||
|
||||
> [代码风格规范](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/代码风格规范.md)
|
||||
|
||||
Google 开源项目的代码风格规范。
|
||||
|
||||
# 资料下载
|
||||
|
||||
> [百度网盘](https://pan.baidu.com/s/1o9oD1s2#list/path=%2F)
|
||||
|
|
3
notes/代码风格规范.md
Normal file
3
notes/代码风格规范.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
- [Google Java ±à³Ì·ç¸ñÖ¸ÄÏ](http://www.hawstein.com/posts/google-java-style.html)
|
||||
- [Google C++ ±à³Ì·ç¸ñÖ¸ÄÏ](http://zh-google-styleguide.readthedocs.io/en/latest/google-cpp-styleguide/contents/)
|
||||
- [Google Python ±à³Ì·ç¸ñÖ¸ÄÏ](http://zh-google-styleguide.readthedocs.io/en/latest/google-python-styleguide/contents/)
|
Loading…
Reference in New Issue
Block a user