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