Does the implementation clearly state the intent of the developer?
Does the code adhere to the Code Guidelines? If a set of Coding Guidelines has not been identified, the code should be
checked for a variety of consistency issues such as naming conventions, indentation, spacing, etc.
Are the variable names easy to understand? Do they describe the purpose of the variable?
Are all the comments necessary to understand the associated code? Comments should enhance the understanding of the code
rather than repeating it.
Are all comments correct?
Does the implementation match the documentation?
|