Sourcery Code Review

Sourcery can give you a code review of your code changes before you need to go ask a colleague for one.

Code Reviews with Sourcery

Code Reviews are available in VS Code and JetBrains IDEs. NOTE: This is a beta feature available on a limited basis.

You can aks Sourcery for a review of the changes in a given branch or for the uncommitted changes you've been working on. Sourcery will then give you:

  • A categorization and summary of the changes that have been made
  • An overall set of feedback about the changes as well as flagging any high level issues or concerns you should look at
  • Specific feedback tied to individual lines or sections of code (both good and bad) that you should think about before merging your changes.