1. First of all , DO get clear on function specification, clear each term !!
2.If not in FS, DON NOT accept or do anything !! At least , keep the clarification email between discussion or get the boss involved in the discussion!!
3.Anything happen to your fields, find the root cause;
If anything caused by other modules, make sure what the root cause of other sides are. And keep track of the fixing status from other side, because that possibly affect your own progress.
4.Must be cautious when you use multiple thread, how to control those common methods being called by thread
5.common utils should not called by multiple threads , which will cause synchronized issue. Unless make the util synchronized.
6.