We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a0bdcc + 6ad3ce1 commit 127e778Copy full SHA for 127e778
docs/ql-style-guide.md
@@ -173,7 +173,7 @@ private predicate foo(Expr e, Expr p) {
173
1. Use [camelCase](https://en.wikipedia.org/wiki/Camel_case) for:
174
- Predicate names
175
- Variable names
176
-1. Acronyms *should* use normal PascalCase/camelCase (as an exception, if there are only two letters then using all uppercase letters is acceptable).
+1. Acronyms *should* use normal PascalCase/camelCase. However, two-letter acronyms should have both letters capitalized.
177
1. Newtype predicate names *should* begin with `T`.
178
1. Predicates that have a result *should* be named `get...`
179
1. Predicates that can return multiple results *should* be named `getA...` or `getAn...`
0 commit comments