14 lines
293 B
Plaintext
14 lines
293 B
Plaintext
---
|
|
description: Architecture
|
|
alwaysApply: true
|
|
---
|
|
|
|
Before generating code:
|
|
|
|
- Search for existing implementations.
|
|
- Reuse existing services.
|
|
- Reuse existing DTOs.
|
|
- Follow naming conventions.
|
|
- Match the project's coding style.
|
|
- Never duplicate logic.
|
|
- Prefer extending existing modules. |