Comment

Fractal

722
Walter L. Newton2/11/2010 10:19:10 am PST

re: #719 Charles

I said, post “one” section of code that shows an inaccuracy. Not post the whole thing.

Well Charles, any one section of code may have calls to other procedures or functions that may or may not reflect on what is happening with any set of data.

I have in mind a section of code that takes input from a flat file and parses it… badly… with no checks for invalid data coming in, no “scrubbing,” nothing to prevent invalid records from being created. But that procedure calls other functions.

You just made your challenge almost impossible. As a programmer, you know that much code is dependent on many other “parts” of the code.