Skip to content

Instantly share code, notes, and snippets.

View pulkitkumar's full-sized avatar
🎯
Focusing

Pulkit Kumar pulkitkumar

🎯
Focusing
View GitHub Profile
@pulkitkumar
pulkitkumar / SelfCodeReviewChecklist.txt
Last active June 14, 2017 10:09
Self Code Review Checklist. (Mobile)
- 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
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
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
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
@pulkitkumar
pulkitkumar / MedicineDetailActivity checklist.
Created March 20, 2015 06:47
MedicinceDetailActivity Self review checklist.
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
@pulkitkumar
pulkitkumar / Login Signup Crash fix
Created March 11, 2015 12:12
Login Signup Crash Fix ( Removed tabs and saving fragment on s
- 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
- 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
@pulkitkumar
pulkitkumar / HomeActivity Review
Created March 3, 2015 12:40
Self Review Checklist Home Activity
- 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
@pulkitkumar
pulkitkumar / Self review checklist sort substitutes pager
Last active August 29, 2015 14:16
Self Review Checklist Sort substitutes pager
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