On Dec 2, 2006, at 10:02 PM, James Harkins wrote:
But my comment/problem on this before was that it makes an awful mess of the classes. It makes it very much more complicated and I think there are other ways to achieve this goal that don't involve polluting the classes as they stand. As it is few people can be bothered to follow the process of building Instr/Patch I won't allow it to become more complicated and esoteric.
this is the kind of programming that I really dislike. how is anyone supposed to guess or intuitively know this ? use a class or method to do it: p = Patch("something", 880.krne ); // freq is now fixed at 880 always this way you can put this feature in its own file, its own method, document it etc. anybody can look up the method and read the doc. sorry, but let's not pollute Instr with more tricks and slangs. -cx |