Sha256: 47d415c4170f72b80661b91efb1e9ae1767e5eaac969ba0ae80550d8b19d7a7f

Contents?: true

Size: 689 Bytes

Versions: 53

Compression:

Stored size: 689 Bytes

Contents

# Uncommunicative Name

## Introduction

An _Uncommunicative Name_ is a name that doesn't communicate its intent well enough.

Poor names make it hard for the reader to build a mental picture of what's
going on in the code. They can also be mis-interpreted; and they hurt the flow
of reading, because the reader must slow down to interpret the names.

## Current Support in Reek

Reek offers four checks in this category:

* [Uncommunicative Method Name](Uncommunicative-Method-Name.md)
* [Uncommunicative Module Name](Uncommunicative-Module-Name.md)
* [Uncommunicative Parameter Name](Uncommunicative-Parameter-Name.md)
* [Uncommunicative Variable Name](Uncommunicative-Variable-Name.md)

Version data entries

53 entries across 51 versions & 2 rubygems

Version Path
reek-4.8.2 docs/Uncommunicative-Name.md
reek-4.8.1 docs/Uncommunicative-Name.md
reek-4.8.0 docs/Uncommunicative-Name.md
reek-4.7.3 docs/Uncommunicative-Name.md
reek-4.7.2 docs/Uncommunicative-Name.md
reek-4.7.1 docs/Uncommunicative-Name.md
reek-4.7.0 docs/Uncommunicative-Name.md
reek-4.6.2 docs/Uncommunicative-Name.md
reek-4.6.1 docs/Uncommunicative-Name.md
reek-4.6.0 docs/Uncommunicative-Name.md
reek-4.5.6 docs/Uncommunicative-Name.md
reek-4.5.5 docs/Uncommunicative-Name.md
reek-4.5.4 docs/Uncommunicative-Name.md
reek-4.5.3 docs/Uncommunicative-Name.md
reek-4.5.2 docs/Uncommunicative-Name.md
reek-4.5.1 docs/Uncommunicative-Name.md
reek-4.5.0 docs/Uncommunicative-Name.md
reek-4.4.2 docs/Uncommunicative-Name.md
reek-4.4.1 docs/Uncommunicative-Name.md
reek-4.4.0 docs/Uncommunicative-Name.md