docs(llm): request for useeffect documentation

This commit is contained in:
Carlos Valente
2026-08-28 12:05:43 +02:00
committed by Carlos Valente
parent 4c08ca2908
commit 9ec12f4927
+4
View File
@@ -36,6 +36,10 @@ Remove comments that:
Update adjacent comments with code. Stale comments are defects.
Add a short comment immediately above every React `useEffect` describing the external synchronization or lifecycle
responsibility it owns. Explain non-obvious reasons or constraints when they matter; for files with multiple effects, a
brief responsibility label is useful even when the mechanics are straightforward.
## Naming and types
- Prefer Ontime terms over vague `data`, `result`, `item`.