Skip to content

Instantly share code, notes, and snippets.

@susanBuck
Last active November 20, 2019 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save susanBuck/83f02bd835400ef031be89605246590f to your computer and use it in GitHub Desktop.
Save susanBuck/83f02bd835400ef031be89605246590f to your computer and use it in GitHub Desktop.
e2 P3 Peer Review template

P3 Peer Review

Answer the following questions in regards to the student's project you are reviewing. Include context and code samples in your answers when relevant.

Are you able to produce any errors or unexpected results?

Referencing the course notes on Form design flow, describe the form design flow used in this project.

Are there any separation of concern issues (i.e. non-display specific logic in view files, display code in controller files)?

Are there aspects of the code that you feel were not self-evident and would benefit from comments?

List any/all built-in PHP methods used with a brief summary of what the method does

Are there any parts of the code that you found interesting or taught you something new?

Are there any parts of the code that you don't understand?

Are there any best practices discussed in course material that you feel were not addressed in the code?

Do you have any additional comments not covered in the above questions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment