quilt-mappings
quilt-mappings copied to clipboard
Boolean getter conventions should be clarified
- mention boolean getter conventions in the same place boolean field and variable names are, for clarity
- explain that not only
is
but alsohas
are valid prefixes, as well as naming boolean getters without prefixes where it doesn't make sense (e.g.summaryMatches
,environmentMatches
)