Most projects define their own style guide: a set of conventionsâsometimes arbitraryâabout how code should be written. A consistent style makes it far easier to understand and maintain a large codebase.
âStyleâ can mean many things, from choosing camelCase for variable names, to avoiding global variables, to steering clear of exceptions. This document outlines the style guidelines I follow in my projects. If youâre contributing or making changes, refer here to see the conventions that apply.
- Clean Code
- SOLID Principles
- JavaScript Style Guide
- TypeScript Style Guide
- React Style Guide
- Prompt Engineering
MIT License © 2025-Present Nurul Akbar Al-Ghifari