-
Notifications
You must be signed in to change notification settings - Fork 28
ANT Coding Guide
Gyeonghwan Hong edited this page Dec 21, 2020
·
1 revision
You have to contribute to the ANT framework project with following ANT C++ Coding Guide.
For now, ANT C++ Coding Guide is based on Google C++ Style Guide.
- When you check whether your source code is following the guide or not, as I recommend, you had better to use coding guide checking tools. There is a checking tool named as cpplint.
- You can also use a
vimrc
file following the guide. Refer to google.vim. - For the readability, source code of ANT framework should have up to 80 characters in a line.
- Home
- About
- Getting Started
-
ANT APIs
- ANT Classic API
- ANT Lite API
- Getting Involved