Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orasik/codereviewchecklist

Checklist for code review
https://github.com/orasik/codereviewchecklist

Last synced: about 2 months ago
JSON representation

Checklist for code review

Awesome Lists containing this project

README

        

# CodeReviewCheckList
Checklist for code review

# Commits
- Make sure commit has the ticket number
- Make sure commit has info on what is the change

# Coding
- CamelCase variables
- try/catch for persist in the code
- Make sure to use Constants or Models rather than direct values
- Make sure to avoid un-neccessary flush