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:

    To business that we love we rise betime,
    And go to’t with delight.
    William Shakespeare (1564–1616)

    Art is the beautiful way of doing things. Science is the effective way of doing things. Business is the economic way of doing things.
    Elbert Hubbard (1856–1915)