您的位置:首页 > 其它

Some thought about current project

2008-12-10 04:03 411 查看

Some thought about current project

1. Project encountered big performance issue during the Ending
period. why is there big performance issue with million-level records?

a) Too many Http requests.

b) Too many DOM elements.

c) Data Model is too complex.

d) ….

2. Project has potential issue with transaction, we have very good
back-end service to handle the transaction, but in some UI code, it
calls two transactions in the same method, what if the first
transaction success and the second one failed?

3. Due to the issues we found in development phase, Project architecture changed a lot .

4. Code review is not enough, this caused tons of defects.

5. Most of my time in this project was working on defects (It is not a joke).

6. People are getting tired and losing confidence (Not me, my slogan is “Be happy!”).

7. I learned a lot from this project, but it is just the tip of the iceberg.

来自我的小站 www.threes.cn
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: