Created
April 13, 2026 17:48
-
-
Save velrino/49c564a5119b5c1d288636534430d512 to your computer and use it in GitHub Desktop.
codereview
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
| Review the following code and respond concisely: | |
| FILEHERE | |
| 1. What would you do differently? — Suggest improvements to design, naming, structure, or readability. | |
| 2. Coupling — Are there unnecessary dependencies between modules/classes? How to decouple? | |
| 3. DRY — Is there duplicated logic that should be extracted? | |
| 4. Vulnerabilities — Identify security flaws (injection, data exposure, auth, etc.). | |
| For each point, show the problematic snippet and an example of how to fix it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment