mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-29 21:33:54 +00:00
docs: fix agents.md
This commit is contained in:
parent
2ce694d41f
commit
1cf1d1f634
@ -2,9 +2,11 @@
|
||||
|
||||
## Style
|
||||
|
||||
- prefer single word variable names
|
||||
- prefer single word variable/function names
|
||||
- avoid try catch where possible - prefer to let exceptions bubble up
|
||||
- avoid else statements where possible
|
||||
- do not make useless helper functions - inline functionality unless the
|
||||
function is reusable or composable
|
||||
- prefer Bun apis
|
||||
|
||||
## Workflow
|
||||
Loading…
x
Reference in New Issue
Block a user