程序员的修养

1.Bad architecture causes more problems than bad code.
坏的架构比坏的代码引起的问题更多。
2.You will spend more time thinking than coding.
花更多的时间思考而不是编码
3.The best programmers are always building things.
最好的程序员总是在创造
4.There's always a better way.
总有更好的方法
5.Code reviews by your peers will make all of you better.
同行代码评审有益于双方
6.Fewer features for better code is always the right answer in the end.
好的代码包含更少的功能特性
7.If it's not tested, it doesn't work.
如果没有测试,程序就不会工作;
8.Don't reinvent the wheel,library code is there to help.
不要重复造轮子,代码库对你更有帮助;
9.Code that's hard to understand is hard to maintain.
难以理解的代码一定也难以维护
10.Code that's hard to maintain is next to useless.
难维护的代码约等于没用的代码
11.Always know how your business makes money,that determines who get paid what.
要知道你的工作怎么赚钱的,那样你才会知道谁会为你的工作付钱
12.If you want to feel important as a software developer,work at a tech company.
如果你想让自己成为受重视的软件工程师,到科技公司工作。

怕什么真理无穷,进一寸有一寸的欢喜。---胡适
原文地址:https://www.cnblogs.com/hujianglang/p/9964851.html