You are on page 1of 4

Checklist for Fashionwave PHP project.

Design

A
A

Authoring

Delivery
Delivery
Checklist for Fashionwave PHP project.
Is logo in correct place on all pages? ok
Is colour of text complatible with background? ok
Is spelling correct? ok
The page contains clear and timely information about what the company does? ok
Is the website design attractive? ok
No syntax/runtime errors and warnings in the code. ok
No deprecated functions in the code. ok
Check if code has file/class/function level comments. And each of this comments
should explain what the file/class/function is doing inside it. ok
Check that each function is doing only a single thing. ok
Always try to initialize the variable before using that in a function. ok
Never ever mix the PHP code and template (view). ok
Make sure that the top most code handles all the exceptions correctly shows correct
/ understandable error messages to the user. ok
Any numbers like this should be defined as a constant. ok
Never allow bad code with some good comments. ok
Does the website work in all browsers? ok
Is it correctly uploaded to the server? ok
Are the link working correctly ok
Does the website use legal content? ok
Does the website work well on all devices? ok

Lastly, when executed, the code should do what it is supposed to.

You might also like