###Naming:
- classes:
NameOfClass() - constants:
NAME_OF_CONSTANT - all else:
name_of_function(),name_of_variable - general: avoid abbreviations in names (e.g.
cntshould becounter)
###Naming:
NameOfClass()NAME_OF_CONSTANTname_of_function(), name_of_variablecnt should be counter)