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

Version Path
reek-4.4.1 docs/Large-Class.md
reek-4.4.0 docs/Large-Class.md
reek-4.3.0 docs/Large-Class.md
reek-4.2.5 docs/Large-Class.md
reek-4.2.4 docs/Large-Class.md
reek-4.2.3 docs/Large-Class.md
reek-4.2.2 docs/Large-Class.md
reek-4.2.1 docs/Large-Class.md
reek-4.2.0 docs/Large-Class.md
reek-4.1.1 docs/Large-Class.md
reek-4.1.0 docs/Large-Class.md
reek-4.0.5 docs/Large-Class.md
reek-4.0.4 docs/Large-Class.md
reek-4.0.3 docs/Large-Class.md
reek-4.0.2 docs/Large-Class.md