You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Use [camelCase](https://en.wikipedia.org/wiki/Camel_case) for:
174
174
- Predicate names
175
175
- Variable names
176
-
1.Abbreviations and acronyms*should* use normal PascalCase/camelCase (as an exception, if there are only two letters then using all uppercase letters is acceptable).
176
+
1.Acronyms*should* use normal PascalCase/camelCase (as an exception, if there are only two letters then using all uppercase letters is acceptable).
177
177
1. Newtype predicate names *should* begin with `T`.
178
178
1. Predicates that have a result *should* be named `get...`
179
179
1. Predicates that can return multiple results *should* be named `getA...` or `getAn...`
0 commit comments