A Code Monkey's Blog

Following Google's C++ coding style is a good practice.

Following Google's C++ coding style is a good practice. Google even open-sourced its coding style checker cpplint.py. The suggestion of using const as often as possible is especially a good one. Although there are many coding styles available on the web, following them strictly without a tool won't last long in my real case. I particularly appreciate the public release of cpplint.py. A uniform coding style can finally be seen in our team.