Skip to content

How to: Do a review

FelixStege edited this page May 26, 2021 · 3 revisions

Check List

  • Do all library elements have a description?

  • Do all paramaters and variables have a description?

  • Stick to the Namespace Requirements

  • Run examples of revised objects

What might be helpful?

Useful links

List of Changed Files

Open a (Windows) shell in the folder of your local repository:

git diff --name-only SHA1 SHA2 > C:\any_path\myList.txt

The expression > C:\any_path\myList.txt writes the list into a text file. Just leave this statement out in order to list the files directly in the shell.

Clone this wiki locally