Variable name for getters
It’s NOT the name of the member variable that counts, it’s the name of the get method. You use the part after “get” as the property name. Normally you would convert the first letter after “get” to lowercase, but if Continue reading Variable name for getters