Table of contents
Introducing Go / Golang Suggested Comments
Sema has been adding software development best practices to our library.
- Suggested Comments are brief snippets that can be directly inserted into a code review.
- Community Engineering Guides provide more detail such as a rationale and code examples. They are linked to the code comment for easy access for coders and reviewers. And they are available for sharing without a log-in — hence Community guides.
As an example, we recently added two Go / Golang coding guides, from the creators themselves:
- 249 ideas on writing Effective Go: https://golang.org/doc/effective_go#commentary
- 31 shorthand code review comments: https://github.com/golang/go/wiki/CodeReviewComments
These 280 recommendations are now available in our Suggested Comment collections:
You can add them as you write code reviews, and then edit them to make them specific to your review:
Check out all of the Suggested Comments here: Suggested Comment collections.