Consistency in naming of boolean-type fields #816
Labels
enhancement
New feature or request
grammar_consistency
Issues related to the attribute grammar consistency work-stream
maintainers
Issues that require attention from all maintainers
non_breaking
Non Breaking, backwards compatible changes
Today we do not seem to have a consistent convention in our field naming of "boolean" type fields. Majority of the fields are prefixed with
is_
, but there are a few outliers which do not follow the supposed convention. It would be for the better for us to establish a convention and ensure all boolean type fields are named as such.I am okay with the convention to be
is_ABC
for such fields, as it is straight forward and conveys what the intention of the field is. Further, we'll need to deprecate a lesser amount of fields if we move to accept this convention, considering the amount of fields that already follow it.The text was updated successfully, but these errors were encountered: