On Wed, Sep 17, 2014 at 11:30 AM, 'Pascal Jasmin' via Programming <[email protected]> wrote: > A class approach to problem solving is a very useful organization > structure for dealing with the normal case that you are unsure how > to solve the problem (or the problem is likely to be redefined > perhaps by yourself as you go).
Exactly. This is why it's always a good idea to ask what problem is being solved, whenever someone is advocating classes. It's often the case that (a) they do not know, and (b) that they would benefit from thinking and talking about this issue. Note also that one can replace the word "class" with "machine" with essentially no loss in meaning. Thanks, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
