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
mention boolean getter conventions in the same place boolean field and variable names are, for clarity
explain that not only is but also has are valid prefixes, as well as naming boolean getters without prefixes where it doesn't make sense (e.g. summaryMatches, environmentMatches)
The text was updated successfully, but these errors were encountered:
is
but alsohas
are valid prefixes, as well as naming boolean getters without prefixes where it doesn't make sense (e.g.summaryMatches
,environmentMatches
)The text was updated successfully, but these errors were encountered: