Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/orasik/codereviewchecklist
- Owner: orasik
- Created: 2015-02-10T17:53:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T11:36:28.000Z (almost 10 years ago)
- Last Synced: 2024-10-20T03:21:55.000Z (2 months ago)
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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