Naming a class that processes orders
- by p.campbell
I'm in the midst of refactoring a project. I've recently read Clean Code, and want to heed some of the advice within, with particular interest in Single Responsibility Principle (SRP).
Currently, there's a class called OrderProcessor in the context of a manufacturing product order system.
This class is currently performs the following routine…