Skip to content

Instantly share code, notes, and snippets.

View vineeth030's full-sized avatar

Vineeth Vijayan vineeth030

  • BEO
  • Kochi
View GitHub Profile
- Paying attention to consistency when naming things:
- Classes
- Methods
- Variables
- Routes
- Preventing spelling mistakes
- Preventing unsafe code
- Type hint method parameters
- Always include user input validation
- Add exception and error handling