auto commit

This commit is contained in:
CyC2018
2018-02-27 21:25:45 +08:00
parent 8cf50d6d24
commit 1ac26e0dbf
2 changed files with 7 additions and 0 deletions

View File

@ -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) > [百度网盘](https://pan.baidu.com/s/1o9oD1s2#list/path=%2F)

View File

@ -0,0 +1,3 @@
- [Google Java <20><><EFBFBD>̷<EFBFBD><CCB7><EFBFBD>ָ<EFBFBD><D6B8>](http://www.hawstein.com/posts/google-java-style.html)
- [Google C++ <20><><EFBFBD>̷<EFBFBD><CCB7><EFBFBD>ָ<EFBFBD><D6B8>](http://zh-google-styleguide.readthedocs.io/en/latest/google-cpp-styleguide/contents/)
- [Google Python <20><><EFBFBD>̷<EFBFBD><CCB7><EFBFBD>ָ<EFBFBD><D6B8>](http://zh-google-styleguide.readthedocs.io/en/latest/google-python-styleguide/contents/)