bool result = processor.Process();If your code has reached the level of abstraction where the most meaningful name you can give a class is "Processor", and the most meaningful name you can give the main routine in your class is "Process()", then you may have gotten a little too abstract.
Labels: programming