Skip to content

Instantly share code, notes, and snippets.

@zshanabek
Created March 10, 2025 16:33
Show Gist options
  • Save zshanabek/60e5a9b07e9efba890a45d07bed03978 to your computer and use it in GitHub Desktop.
Save zshanabek/60e5a9b07e9efba890a45d07bed03978 to your computer and use it in GitHub Desktop.
backend review checklist
- null check
- Tightly coupled code. use DI
- Magic Numbers
- DRY
- YAGNI
- response dto,
- check for 500 in external response
- too many ifs, use polymorphism
frontend dev review checklist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment