You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
389 B
8 lines
389 B
---
|
|
description: General project rules that applies to all file types. Should be most general
|
|
globs: **/*
|
|
---
|
|
- Naming Conventions: Follow clear and consistent naming conventions.
|
|
- Performance Optimization: Optimize code for performance.
|
|
- Key Conventions: Adhere to project-specific key conventions.
|
|
- Error Handling and Validation: implement comprehensive error handling and validation.
|