× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On 2/3/2017 2:01 PM, Duane Scott wrote:
I would love to have everyone I work with agree that thinking along the lines of enhancing as we go.

I am the active maintainer of a S/3-era matching record program which
sees daily use. Yes, I am the Last of the Matching Recordians. This
thing has program described I specs, program described O specs (for disk
files as well as printer files. Thousands of lines of left-indicator
goodness. It's hard to modify without a cascade of unintended consequences.

One of the very first things I did when I had to add code to this thing
was to make the additions sub-procedures. Saved my life. Because
instead of having a variable be changeable throughout all thousands of
LOC, I can have isolated variables which can only be read and written
inside that sub-procedure. Local scope is the best!

Every time I add a new sub-procedure to this, the program becomes more
resilient, less buggy, and easier to understand. So it is absolutely
possible to add sub-procedures to enhance code - even ancient code -
incrementally and safely. No need to do a mass conversion or anything
drastic.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.