Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. - [ ] Is there a clear understanding of what the code is meant to accomplish, and a way to verify?
  2. - [ ] Has the code passed build verification?
  3. - [ ] Have you pulled the branch and locally verified the goal is accomplished?
  4. - [ ] Are there places the code can be refactored to make it more maintainable?
  5. - [ ] Are there places the code can be refactored to make it more performant (if necessary)?
  6. - [ ] Are there best practices that can be applied or knowledge shared to benefit the team?
  7. - [ ] Has any deprecated or unused code resulting from the PR been cleaned up?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement