awesome-code-review icon indicating copy to clipboard operation
awesome-code-review copied to clipboard

Code Reviewing checklists section

Open leventov opened this issue 5 years ago • 1 comments

I think there could be a section with code reviewing checklists.

  • https://github.com/isocpp/CppCoreGuidelines
  • https://github.com/code-review-checklists/java-concurrency

These two that know about.

https://www.infoq.com/articles/API-Design-Joshua-Bloch can also be considered an API design checklist.

Perhaps some style guides can also be included, such as https://github.com/airbnb/javascript.

leventov avatar Mar 31 '19 20:03 leventov

Other lists that I've found:

  • https://github.com/golang/go/wiki/CodeReviewComments
  • https://github.com/thangchung/clean-code-dotnet

leventov avatar May 10 '19 14:05 leventov