Skip to content

Instantly share code, notes, and snippets.

View jasonspick's full-sized avatar

Jason Spick jasonspick

  • Chicago
View GitHub Profile
**PR Checklist**
1. **Code Quality**
- Use appropriate naming conventions.
- Remove console errors and debug codes (e.g., `console.log`).
- Eliminate unused variables, functions, or imports.
- Add code comments where necessary.
- Refactor repeated code blocks into reusable functions or traits.
- Organize code files logically and consistently.