So, why don’t we follow C++ naming convension? I noticed we are consistently following pure camel casing i.e. CamelCasing for functions & variables(fields)
whereas most of the library function and fields are using mixed casing i.e. camelCasing
Library functions .push(), toLower(), pop(), begin(), end() etc