technical-screen-2025-10-22/.cursor/rules/code-length.mdc

5 lines
212 B
Plaintext

---
alwaysApply: true
---
# Code Length Guidelines
Keep all code files under 300 lines for better maintainability and readability. If a file exceeds this limit, consider breaking it into smaller, focused modules.