1 Workflow
    1.1 Everything need a process, we must follow it. If the process is unreasonable, we could give our suggestion about how to modify it, but before commit the modification, please follow it.
    1.2 Pay attention to every detail.
    1.3 Version control must have a process. Tools like cvs can't solve the essential problem.    

2 Code
    2.1 Using automatic log tool when you can use it (log4j).
    2.2 Code following coding style.
    2.3 Keep consistent in all of your code and document..
    2.4 Create one or more test project(s) to test different techniqual issue that you are not familar. Save all the test projects.

3 Team
    3.1 Don't interrupt others, listen carefully when you are listening.
    3.2 Never thought to prove that you are right is the most important thing.//永远不要认为证明自己正确很重要。
    3.3 When you are in trouble, let others to know it as soon as possible.

4 Document
    4.1 Pay attention to every detail.
    4.2 Open spell checking funcationality when your editor tool has it.
    4.3 Follow the template style when you are writing document. If there is no template document, make it first.

5 Design
    5.1 Using unified natural process during design. Don't create new process especially when you are not a specialist in corresponding area.
   

posted on 2005-06-17 13:55  default.aspx  阅读(462)  评论(0编辑  收藏  举报