Thursday, July 16, 2015

Naming Conventions

A consistent naming convention is a key player in OOP (Object Oriented Programming) but it can certainly be extended to other paradigms. Names serve the purpose of identifying elements. Choose the wrong name and you will not identify a piece of code correctly, this...