Skip to content

Code Review Checklist

Suchon Prasert edited this page Nov 14, 2020 · 10 revisions

Important files code

  • URLs
    • Code should navigate to the right pages.
  • Views
    • Method in views file can render to the right templates.
  • Settings
    • Settings file should have a redirect for login, log out, and authentic.
  • Templates
    • Have the base template to reduce duplicate code.
    • Every feature in the template should be usable.

Code formatting

  • Use Flask8 corrections.
  • Understanable comment.
Clone this wiki locally