Skip to content

ANT Coding Guide

Gyeonghwan Hong edited this page Dec 21, 2020 · 1 revision

ANT Coding Guide

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.