Skip to content

Instantly share code, notes, and snippets.

@velrino
Created April 13, 2026 17:48
Show Gist options
  • Select an option

  • Save velrino/49c564a5119b5c1d288636534430d512 to your computer and use it in GitHub Desktop.

Select an option

Save velrino/49c564a5119b5c1d288636534430d512 to your computer and use it in GitHub Desktop.
codereview
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