class Reek::SmellDetectors::TooManyConstants

A Large Class is a class or module that has a large number of instance variables, methods, constants or lines of code.

+TooManyConstants’ reports classes having more than a configurable number of constants.

See {file:docs/Too-Many-Constants.md} for details.