成为一个更优秀的开发者的10种方式

如何成为一个更好的开发者,下面列举10种方式:

1、阅读他人的代码

2、让他人去阅读你的代码

3、在写新代码之前修复bugs

4、学习一种新技术

5、 让它保持简单

6、根据你的代码写一个博客

7、对开源做出贡献

8、修复它,不要移除它

9、增加代码覆盖率1%

10、每小时离开你的办公桌

/*****************English**************/

1、Read other people's code

2、Get someone to read your code

3、Fix bugs before writing new code

4、Learn a new technology

5、Keep it simple

6、Write a blog post about your code

7、Contribute to open source

8、Fix it, Don't Hack it

9、Increase Code coverage by 1%

10、Leave Your Desk Every Hour

原文地址:https://www.cnblogs.com/stm32stm32/p/6362303.html