× 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.



John Yeung wrote:
... I've always gotten an icky feeling with /copy, but I suppose
it's no worse than #include-ing C header files. (Not that I'm too
happy with #include.)

Nothing to feel "icky" about. Including things by reference has been a part of C from day one. It's also inherent to the old McGill University MUSIC operating system for S/370 and compatible mainframes, and therefore, on that platform, part of most supported languages (with the possible exception of VS-BASIC).

It is simply a way to stick things that are widely used in one place, where every program that uses them gets the same version of it, so that it's consistent with every other program that uses them, and so that if they need to change, you only have to *code* the change once, and then *recompile* everything that uses it, which reduces the chance that you might screw something up.

Around here, we don't use them nearly as much as we ought to.

--
JHHL

As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.