Property casing cc4m_logo_inline

IDNAMING-8
TitleProperty names shall be lowerCamelCased.
PriorityRecommended
Severity level8
DescriptionClass property names shall be lowerCamelCased.
RationaleConsistency in class property naming improves readability of the code.

Avoid:

Chair.ArmRest
Chair.sell_price

Instead use:

Chair.armRest
Chair.sellPrice