Skip to content

Instantly share code, notes, and snippets.

View vovayartsev's full-sized avatar

Vladimir Yartsev vovayartsev

View GitHub Profile
- 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
[ ] There are no usages of 'magic numbers'
[ ] Design patterns if used are correctly applied
[ ] Law of Demeter is not violated