Skip to content

Commit d915ef1

Browse files
committed
guidelines: core: nudge towards component reuse
1 parent 559c0f1 commit d915ef1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ai/core.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
## Conventions
1717
- You must follow all existing code conventions used in this project. When creating or editing a file, check sibling files for the correct structure, approach, naming.
1818
- Use descriptive names. For example, `isRegisteredForDiscounts` not `discount()`.
19+
- Check for existing components to reuse before writing one anew.
1920

2021
## Verification Scripts
2122
- Do not create verification scripts or tinker when tests cover that functionality and prove it works. Unit and feature tests are more important.

0 commit comments

Comments
 (0)