14 lines
961 B
Markdown
14 lines
961 B
Markdown
<!-- ---
|
|
applyTo: '**'
|
|
---
|
|
|
|
Coding standards, domain knowledge, and preferences that AI should follow.
|
|
|
|
# Uses utils if applicable
|
|
|
|
I want you to use utility functions and classes from the `lib\src\utils` directory whenever applicable. This includes using helper functions for common tasks, constants for repeated values, and any other utility that can simplify the code.
|
|
Make sure to import the necessary utility files where required and apply them consistently across the application. This will help in maintaining clean, readable, and efficient code.
|
|
Avoid duplicating logic that can be encapsulated in utility functions or classes. If a utility function does not exist for a specific task, consider creating one in the appropriate utility file.
|
|
Make sure to follow the naming conventions and structure of the existing utility files to maintain consistency across the codebase.
|
|
These are recently edited files. Do not suggest code that has been deleted. -->
|