Side Effect (computer Science) - Temporal Side Effects

Temporal Side Effects

Side effects due to the time taken for an operation to execute are usually ignored when discussing side effects and referential transparency. In most programs it is desirable to replace a long operation with an equivalent shorter one e.g. replacing (60 / 3 * 2) with 40. There are some cases, such as with hardware timing or testing, where operations are inserted specifically for their temporal side effects e.g. Sleep(5000) or for(i=0; i < 10000; i++){}. These instructions do not change state other than taking an amount of time to complete.

Read more about this topic:  Side Effect (computer Science)

Famous quotes containing the words temporal, side and/or effects:

    When once a certain class of people has been placed by the temporal and spiritual authorities outside the ranks of those whose life has value, then nothing comes more naturally to men than murder.
    Simone Weil (1909–1943)

    He killed the noble Mudjokivis.
    Of the skin he made him mittens,
    Made them with the fur side inside,
    Made them with the skin side outside.
    He, to get the warm side inside,
    Put the inside skin side outside;
    Rev. George A. Strong (1832–1912)

    Let us learn to live coarsely, dress plainly, and lie hard. The least habit of dominion over the palate has certain good effects not easily estimated.
    Ralph Waldo Emerson (1803–1882)