Java程序员的十条戒律

来源:互联网 发布:淘宝女装店铺招牌图片 编辑:程序博客网 时间:2024/05/23 00:03
10 Commandments for Java Developers

1. Add comments to your code.

2. Do not complicate things. 

3. Keep in Mind – "Less is more" is not always better.

4. No hard coding please.

5. Do not invent your own frameworks.

6. Say no to Print lines and String Concatenations.

7. Pay attention to the GUI.

8. Always Prepare Document Requirements.

9. Unit-test. Unit-test. Unit-test.

10. Remember – quality, not quantity.