Naming Convention (programming) - Business Value

Business Value

Although largely hidden from the view of most business users, well-chosen identifiers make it significantly easier for subsequent generations of analysts and developers to understand what the system is doing and how to fix or extend the source code for new business needs.

For example, although the following:

a = b * c;

is syntactically correct, it is entirely opaque as to intent or meaning. Contrast this with:

weekly_pay = hours_worked * pay_rate;

which implies the intent and meaning of the source code, at least to those familiar with the underlying context of the application.

Read more about this topic:  Naming Convention (programming)

Famous quotes containing the word business:

    It is possible that the telephone has been responsible for more business inefficiency than any other agency except laudanum.... In the old days when you wanted to get in touch with a man you wrote a note, sprinkled it with sand, and gave it to a man on horseback. It probably was delivered within half an hour, depending on how big a lunch the horse had had. But in these busy days of rush-rush-rush, it is sometimes a week before you can catch your man on the telephone.
    Robert Benchley (1889–1945)

    In business everyone is out to grab, to fight, to win. Either you are the under or the over dog. It is up to you to be on top.
    Alice Foote MacDougall (1867–1945)