ITK/Release 4/Global Code Review/Procedure: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 2: Line 2:


* A parallel Git repository has been created.
* A parallel Git repository has been created.
** https://github.com/InsightSoftwareConsortium/itk-retroactive-review
* It contains empty text files for every ITK source code file
* It contains empty text files for every ITK source code file
* As developers review every source file, comments and observations will be registered in the text files of the parallel Git repository.
* As developers review every source file, comments and observations will be registered in the text files of the parallel Git repository.

Revision as of 22:58, 13 July 2011

Procedure

Particular Cases

Review Directory

  • The review directory will be separated from the toolkit
  • It will be managed as an External module temporarily
  • Commonly used classes from Review
    • Will be prioritized for code reviews and
    • Will be moved to their final destination in the toolkit

An important goal in this case, is to make less common (actually make very rare) that users have to turn the full Review directory on, just to get some classes out of it. We will identify the useful classes, clean them up, fit them up to ITK standards, and move them to a permanent module inside of the toolkit.

ITKv4 Code Review Process