Time spent on Familiarization with the Code: 5 hours
Time spent on Filling in Findings Report: 2 hours
Time spent on Actual Inspection: 3 hours
Findings:
1. Completeness:
a. For the webpage of login, register and product page, it is worked well as we excepted before. It is followed our expectations for these three parts.
2. Consistency:
a. Each HTML tag is completed.
b. Block comments precede the code they describe
c. The same class name or id name for CSS
3. Efficient Processing:
a. The code is not too complex, and It is simple for other people to understand it. Used the HTML to design for the webpage, it is simple and efficient
4. Efficient Storage:
a. All id or class are actually used somewhere for CSS
5. Simplicity:
a. Use the HTML for the frontend, it is easy to understand and easy to change the code.
b. Each part use div to classify and each class or id are identified.
6. Self-Description:
a. Comments are provided for each part of the website.
b. All class or id name choose well and consistently to reflect their usage and purpose
7. Reusability:
a. It is easy to change the style of the front-end if it wants to change after finished the webpage.
8. Modularity:
a. Use div to divided each block of the whole webpage