- Is the problem well defined
- why is the problem occurring
- what is the outcome of the problem
- why hasn't it come up earlier
- what are possible solutions
- can you reproduce it in automated manner
- write automated test reproducing error
- if a problem is rather statistical, can you measure changes in a very fast and repeatable way
- describe manual tests if they were performed
- can you check if the change doesn't break anything else
- check if other automated test are exhaustive
- write change in best way
- DRY (if applies)
- does the change follows single responsibility principle?
- is the code readable
- is the code self documenting
- interfaces should have documentation and description if required
- are all names self explaining
- is the code as simple as possible (not overly long and over engineered)
- is the code following style guides
- have you thought about performance implications
- if a change can introduce problem, have you measured it and included in MR
- has the code been reviewed and discussed
- does MR/issue contains responds for question 1
- does it contain future improvements and possible weak points
- have you introduced any changes to this list
Created
August 15, 2020 08:18
-
-
Save FlakM/90c3285b57d3aa2123276b0dde687ebb to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment