|
This I like best. Although I'd need to have the code in a procedure from the beginning as I rarely see code moved, it just ends up getting copied. You are lucky to have the liberty to code that way. If I wanted to move :
If (
myDogsColor <> gBLACK and
myDogsColor <> gWHITE
);
I'd like to code
If IsColored ( MyDog )
But I'd probably end up with
IF NOT AcqDogClrFl ( MyDog : error ) // AcqDogClrFl = acquire dog is colored flag !
And then I'd get slapped for all those extra lines of code ( prototype, interface, beginning, end)
As an Amazon Associate we earn from qualifying purchases.
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.