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:
“What business is it of yours, then?
Its every mans business to see justice done.”
—Sir Arthur Conan Doyle (18591930)
“The enemy are no match for us in a fair fight.... The young men ... of the upper class are kind-hearted, good-natured fellows, who are unfit as possible for the business they are in. They have courage but no endurance, enterprise, or energy. The lower class are cowardly, cunning, and lazy. The height of their ambition is to shoot a Yankee from some place of safety.”
—Rutherford Birchard Hayes (18221893)