Naming convention (programming): Difference between revisions

Content deleted Content added
Wiki reference to "source code" rather than "programming code"
EmeryD (talk | contribs)
Line 18:
while programmatically correct is entirely opaque as to intent or meaning.
 
weekly_pay = hours_worked * pay_rate
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).