fix(rules): make Boolean naming guidance neutral

This commit is contained in:
haelyra
2026-09-10 15:01:03 -04:00
parent a0ecb7939a
commit 013ed0a8e6
+2 -1
View File
@@ -66,7 +66,8 @@ ALWAYS validate at system boundaries:
Language-independent:
- Descriptive names: the name says what the thing holds or does, without a comment.
- Booleans read as a claim: prefix with `is`, `has`, `should` or `can`.
- Boolean names read clearly as claims under the applicable language or package
convention.
- Where the language draws the distinction, constants and types are visually
distinct from ordinary values in the form its language or package rule defines.