Sha256: 52f6efaf348c12a27a2c554bead44d1838a597927a3b402abbde629a5685dc14
Contents?: true
Size: 485 Bytes
Versions: 15
Compression:
Stored size: 485 Bytes
Contents
# Large Class ## Introduction A _Large Class_ is a class or module that has a large number of instance variables, methods or lines of code in any one piece of its specification. (That is, this smell relates to pieces of the class's specification, not to the size of the corresponding instance of `Class`.) ## Current Support in Reek Reek offers two checks in this category. * [Too Many Instance Variables](Too-Many-Instance-Variables.md) * [Too Many Methods](Too-Many-Methods.md)
Version data entries
15 entries across 15 versions & 1 rubygems