/drupal7-code-review-template

This project is intended to be a starting point and a guide when performing a code review of a Drupal 7 module (contrib or core).

Primary LanguageHTMLMIT LicenseMIT

Drupal 7 Code Review

This project is intended to be a starting point and a guide when performing a code review of a Drupal 7 module (contrib or core).

There are no silver bullets when it comes to performing a code review. The best results are produced when a variety of methods are employed by a skilled reviewer.

This project is sponsored by the School of Arts and Sciences at the University of Pennsylvania

What's Included

  • docs/

    • Project documentation
    • Drupal threat modeling
  • template/

    • Template to base all reviews on.
  • example-review/

    An example review will be included to demonstrate the use of the various components included in this project.

Getting Started

  • Create a new review directory

    $ mkdir review/foo-module

  • Copy and rename the template/ directory to your Git controlled reviews directory.

  • Start updating the renamed template.md file with the appropriate details.

  • Run drupal-static-review (see template.md for details)

  • Step through the items listed in template.md, reviewing references as needed.