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:
“The business of a novelist is, in my opinion, to create characters first and foremost, and then to set them in the snarl of the human currents of his time, so that there results an accurate permanent record of a phase of human history.”
—John Dos Passos (18961970)
“One of the necessary qualifications of an efficient business man in these days of industrial literature seems to be the ability to write, in clear and idiomatic English, a 1,000-word story on how efficient he is and how he got that way.... It seems that the entire business world were devoting its working hours to the creation of a school of introspective literature.”
—Robert Benchley (18891945)