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 (if there are only two letters, it is generally ok to use all uppercase letters).
176
177
1. Newtype predicate names *should* begin with `T`.
177
178
1. Predicates that have a result *should* be named `get...`
178
179
1. Predicates that can return multiple results *should* be named `getA...` or `getAn...`
0 commit comments