Checklist ADP

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

GUI

1. Is graphical design of GUI reviewed or accepted by customer?


2. Is one button set to be default?
3. Are the controls ordered according to normal behavior (Microsoft Style)?
4. Are all labels aligned uniformly? Are text areas aligned uniformly?
5. Are there any spelling mistakes?
6. Are all non-enterable text areas of the same color (gray)?
7. Is the tab sequence correct?

CODE
I. General
8. Does the code follow the Coding Convention?
9. Is the code self-documenting? Is it possible to understand the code from -eading it?
II. Commenting
10. Are comments up to date?
11. Are comments clear and correct?
12. Do the comments focus on explaining why, and not how?
13. Is the purpose of each operation commented?
III. Source code
14. Does each operation have a name that describes what the operation does?
15. Are the variables well named?
16. Are variable names different from other object names?
17. Are functions named in a common way?
18. Are global functions differentiated from local functions by name?
19. Does function name have meaning?
20. Do object names have meaning and comply with general standards of developing tools?
21. Dữ liệu nhập phải kiểm tra (ngoại lệ) trước khi xử lý
22. Dữ liệu mặc định trên textField có đúng ko?
23.

https://cutt.ly/LlfOD3F

You might also like