https://github.com/neutree/simple-code-conventions
A Simple Code Conventions For Personal Or Team, the way to make code clearly and high readability,and make code reusable, and it's not complicated,easy to read and use
https://github.com/neutree/simple-code-conventions
Last synced: 4 months ago
JSON representation
A Simple Code Conventions For Personal Or Team, the way to make code clearly and high readability,and make code reusable, and it's not complicated,easy to read and use
- Host: GitHub
- URL: https://github.com/neutree/simple-code-conventions
- Owner: Neutree
- License: mit
- Created: 2015-10-24T09:35:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T13:24:21.000Z (about 10 years ago)
- Last Synced: 2025-03-02T10:18:39.876Z (over 1 year ago)
- Size: 15.6 KB
- Stars: 6
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple-Code-Conventions
===========================
简易的代码编写规范
==========================
Welcome to the modification and pull request
欢迎参与进来共同修改
A Simple Code Conventions For Personal Or Team, the way to make code clearly and high readability,and make code reusable, and it's not complicated,easy to read and use
针对个人和小型团队的简单代码规范,旨在使编写的代码规范达到清晰、易读,增加代码的可重用性。
相比于其它更加专业的代码规范(比如[Google的java代码规范](http://google-styleguide.googlecode.com/svn/trunk/javaguide.html))会更加简单易于记忆
> ### [嵌入式C 中文(Embedded C Chinese)](https://github.com/Neutree/Simple-Code-Conventions/tree/master/Embedded_C_Chinese)
> ### [嵌入式C++ 中文 (Embedded C++ Chinese)](https://github.com/Neutree/Simple-Code-Conventions/tree/master/Embedded_CPlusPlus_Chinese)
> ### [嵌入式C(Embedded C)](https://github.com/Neutree/Simple-Code-Conventions/tree/master/Embedded_C)
> ### [嵌入式C++(Embedded C++)](https://github.com/Neutree/Simple-Code-Conventions/tree/master/Embedded_CPlusPlus)
# 讨论&建议
[](https://gitter.im/Neutree/Simple-Code-Conventions?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
#相关资料:
[java code conventions](http://www.oracle.com/technetwork/java/javase/documentation/codeconvtoc-136057.html)
[google java style](http://google-styleguide.googlecode.com/svn/trunk/javaguide.html)
[doxygen documention](http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html)