The constructor for an object takes a long list of arguments.
- Can be a result of Propagating Dependency.
- Class is concerned with doing more than one thing and therefore has many dependencies.
If the class is doing too much, it should be refactored into a set of smaller classes. Each class should have a clearly defined responsibility and therefore a smaller set of dependencies.