This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- General | |
[ ] The code works | |
[ ] The code is easy to understand | |
[ ] Follows coding conventions | |
[ ] Names are simple and if possible short | |
[ ] Names are spelt correctly | |
[ ] Names contain units where applicable | |
[ ] Enums are used instead of int constants where applicable | |
[ ] There are no usages of 'magic numbers' | |
[ ] All variables are in the smallest scope possible |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
code_review_checklist.txt | |
- General | |
[+] The code works | |
[+] The code is easy to understand | |
[+] Follows coding conventions | |
[+] Names are simple and if possible short | |
[+] Names are spelt correctly | |
[-] Names contain units where applicable | |
[+] Enums are used instead of int constants where applicable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NewSaltDetail | |
code_review_checklist.txt | |
- General | |
[+] The code works | |
[+] The code is easy to understand | |
[+] Follows coding conventions | |
[+] Names are simple and if possible short | |
[+] Names are spelt correctly | |
[ ] Names contain units where applicable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
code_review_checklist.txt | |
- General | |
[+] The code works | |
[+] The code is easy to understand | |
[+] Follows coding conventions | |
[+] Names are simple and if possible short | |
[+] Names are spelt correctly | |
[ ] Names contain units where applicable | |
[ ] Enums are used instead of int constants where applicable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
code_review_checklist.txt | |
- General | |
[+] The code works | |
[+] The code is easy to understand | |
[+] Follows coding conventions | |
[+] Names are simple and if possible short | |
[+] Names are spelt correctly | |
[ ] Names contain units where applicable | |
[ ] Enums are used instead of int constants where applicable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- General | |
[+] The code works | |
[-] The code is easy to understand | |
[+] Follows coding conventions | |
[+] Names are simple and if possible short | |
[+] Names are spelt correctly | |
[ ] Names contain units where applicable | |
[ ] Enums are used instead of int constants where applicable | |
[ ] There are no usages of 'magic numbers' | |
[+] All variables are in the smallest scope possible |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- General | |
[+] The code works | |
[-] The code is easy to understand | |
[+] Follows coding conventions | |
[+] Names are simple and if possible short | |
[+] Names are spelt correctly | |
[ ] Names contain units where applicable | |
[-] Enums are used instead of int constants where applicable | |
[+] There are no usages of 'magic numbers' | |
[+] All variables are in the smallest scope possible |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- General | |
[+] The code works | |
[-] The code is easy to understand | |
[+] Follows coding conventions | |
[+] Names are simple and if possible short | |
[+] Names are spelt correctly | |
[ ] Names contain units where applicable | |
[-] Enums are used instead of int constants where applicable | |
[+] There are no usages of 'magic numbers' | |
[ ] All variables are in the smallest scope possible |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
code_review_checklist.txt | |
- General | |
[+] The code works | |
[-] The code is easy to understand | |
[+] Follows coding conventions | |
[+] Names are simple and if possible short | |
[+] Names are spelt correctly | |
[ ] Names contain units where applicable | |
[+] Enums are used instead of int constants where applicable |
NewerOlder