Files
Mixer/.claude/skills/ash-framework/references/code_structure.md
2026-03-30 01:07:49 -04:00

8 lines
310 B
Markdown

# Code Structure & Organization
- Organize code around domains and resources
- Each resource should be focused and well-named
- Create domain-specific actions rather than generic CRUD operations
- Put business logic inside actions rather than in external modules
- Use resources to model your domain entities