Method Name Uses Mixed Case And Begins With Verb
Methods (Functions are also methods) are defined for each class in python, using mixedCase and starts with
a verb.
Good Examples:
getTitle
getBasePrice
edit
setPrice
convertStringToFloat
Exception if ZMI:
Good Examples:
manage_doMethodName
Bad Examples:
get_title
get_base_price
basePrice
stringToFloat