Skip to content

Instantly share code, notes, and snippets.

@codethereforam
Created November 13, 2018 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codethereforam/fad3c5c1b58b17617cf15fc275bcc65d to your computer and use it in GitHub Desktop.
Save codethereforam/fad3c5c1b58b17617cf15fc275bcc65d to your computer and use it in GitHub Desktop.
如何提高代码质量
  1. 参考一个编程规范
  2. 解决IDE本身检测出来的问题
  3. 使用静态代码扫描工具
  4. 阅读开源框架、库源码
  5. 阅读相关书籍
    • 代码大全
    • 重构
    • 代码整洁之道
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment