another dumb question I couldn’t find the answer t...
# announcements
l
another dumb question I couldn’t find the answer to: why do generated property method names not follow the Java Beans convention for booleans? is,
isThing()
vs
getThing()