The 'is' prefix

IDNAMING-20
TitleReserve the is prefix for logical values.
PriorityRecommended
Severity level9
DescriptionThe is prefix shall be used for functions returning logical values or properties and variables holding logical values.
RationaleThis increases the readability of the code as it is clear from the name of the function/property/variable what data type can be expected.