An open API service indexing awesome lists of open source software.

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

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)

# 讨论&建议
[![Gitter](https://badges.gitter.im/Neutree/Simple-Code-Conventions.svg)](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)