Is there a recommended convention for naming boole...
# announcements
m
Is there a recommended convention for naming boolean properties? In Java I wouldn't use an
is
prefix since the getter becomes getIsValid. From what I found with Java interoperability a property with the
is
prefix ends up with a getter named isValid.
d
Just
valid