Naming convention (programming): Difference between revisions

Content deleted Content added
BCube (talk | contribs)
BCube (talk | contribs)
Line 14:
Example:
 
a = b * c
 
while programmatically correct is entirely opaque as to intent or meaning.
 
weeklyPay = hoursWorked * payRate
 
is easy to read and understand (at least for programmers accustomed to such cryptic "words" and assuming you're working in a payroll application).