Discuss
Real-time discussions on code sections
Last updated
Real-time discussions on code sections
Last updated
Comments allow you to provide near real-time feedback to the author directly within the PR workflow. It allows developers to start discussions on specific lines of code diffs, facilitating better communication, feedback, and collaboration.
To help you focus on what matters during code review, Baz also supports comment filters. These let you tailor which comments appear in a review based on relevance to you.
Open on me Shows threads that require your attention. A thread appears in this view if:
You’ve commented in the thread, but you did not write the last comment, or
You were mentioned in the thread, and the last comment is not from you.
Show open Excludes threads that are either:
Outdated (i.e., tied to a change that no longer exists), or
Marked as resolved.
Show all The default view. Displays all comment threads in the change request.
Suggestions
Recommend code suggests inline to start a thread around alternate implementations.
Baz will show a syntactic diff of the contents of your suggestions giving insights more details before considering adopting an edit.