Created
March 10, 2025 16:33
-
-
Save zshanabek/60e5a9b07e9efba890a45d07bed03978 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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