From c52dd2c83f2a25203e7903b19c20fabdbb5bae51 Mon Sep 17 00:00:00 2001 From: CyC2018 <1029579233@qq.com> Date: Tue, 27 Feb 2018 21:33:18 +0800 Subject: [PATCH] auto commit --- notes/代码风格规范.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 notes/代码风格规范.md diff --git a/notes/代码风格规范.md b/notes/代码风格规范.md new file mode 100644 index 00000000..2dea4383 --- /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/)