What are some of the most basic things every programmer should know?(转载)

1.Learn underlying systems.

2.Know command line tools.

3.Learn to write tests.

4.Play well with others.

5.Bad architecture causes more problems than bad code.

6.You will spend more time thinking than coding.

7.The best programmers are always building things.

8.There's always a better way.

9.Code reviews by your peers will make all of you better.

10.Fewer features for better code is always the right answer in the end.

11.If it's not tested,it doesn't work.

12.Don't reinvent the wheel,library code is there to  help.

13.Code that's hard to understand is hard to maintain.

14.Code that's hard to maintain is next to useless.

15.Always know how your business makes money,that determines who gets paid what.

16.If you want to feel important as a software developer,work at a tech company.

猜你喜欢

转载自www.cnblogs.com/yjingjing/p/10435636.html