Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Trunk Based ReviewNew to Visual Studio Code? Get it now.

Trunk Based Review

kanekotic

|
75 installs
| (0) | Free
Trunk Based Review VS Code Extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Trunk-Based Review

async peer reviewing for trunk-based development

Motivation

Pull Requests seem to be a norm for many professionals in the software development business. Nevertheless, git flow is deemed legacy. This means there is a disconnection in between the preferred/know used peer review system and modern practices.

While doing trunk-based development and follow best practices like branching by abstraction and feature toggles.

Trunk-Based review tries to bridge this for teams that don't want or are unable to adapt to other modern agile peer review models like pair programming.

How it works

  • Do trunk-based Development
  • Open comments and change request in the main branch.
  • Answer comments and do changes in the main branch.
  • Resolve conversations
  • keep a historical of it.

Benefits

  • Provides capability to teams to achieve continuous Deployment due to the immediate integration of code.
  • Faster feedback loop.
  • Smaller changes that help reduce MTTR.

Tools

  • VS Code extension
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft