Accumulated a great deal of experience in security system, embedded system and management system##
Detail rule: Coding Standard
每 Class design rule (UML)
每 Naming rule
每 The other guide line guarantee the code effective, strong and simple.
Lib: Construct Application library
每 More efficient
每 Less bug
Test first: The requirements for QA team and strict with quality management
每 Create the test case as the same time of designing
每 Analyze bug rate and test coverage, control the quality of shipping source code
每 Try to create test stub and test it automatically.
|