根据我多年的观察,能写出好代码的真人不多,follow 好的编码风格的人也不多,。 多看看一些大牛是怎么写程序的,把心思放在怎么写出好代码上更值得。参考: 1. linux kernel 规范: https://www.kernel.org/doc/html/v4.10/process/coding-style.html 2. nginx 规范: https://nginx.org/en/docs/dev/development_guide.html#code_style 3. deperf 风格 https://github.com/baidu/dperf/