Coding Guidelines
The coding standards behind SmartGen: naming, formatting, comments, commit messages and what reviewers check before a change is merged.
Coding Guidelines
To maintain a high-quality codebase, we follow these guidelines.
JavaScript
- Use ES6+ features.
- Follow the camelCase naming convention.
CSS
- Use CSS variables for theme-related colors.
- Follow a mobile-first approach.