softnshare / candcpp

C & C++ 技術討論/知識管理共筆
https://softnshare.wordpress.com/slack/cc/
32 stars 5 forks source link

Google C++ style guide #6

Open maoyang opened 8 years ago

maoyang commented 8 years ago

在這個討論串看到 https://news.ycombinator.com/item?id=11839332

Google C++ coding style guide

https://google.github.io/styleguide/cppguide.html

mht commented 8 years ago

這個好,我們公司的「內規」也是參考 Google C++ 的規範再做些許微調。我最喜歡的是 member_variablename 的用法。