diff --git a/README.md b/README.md index f12b76cb..1bd8ca60 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/notes/代码风格规范.md b/notes/代码风格规范.md new file mode 100644 index 00000000..6d7a3ca7 --- /dev/null +++ b/notes/代码风格规范.md @@ -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/)