Sha256: 38b5692a91d2e02e38ef2be2608aee2e6fb71829c5a106508da48d969bd41282

Contents?: true

Size: 681 Bytes

Versions: 15

Compression:

Stored size: 681 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 related checks:

* [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

15 entries across 15 versions & 1 rubygems

Version Path
reek-3.5.0 docs/Uncommunicative-Name.md
reek-3.4.1 docs/Uncommunicative-Name.md
reek-3.4.0 docs/Uncommunicative-Name.md
reek-3.3.1 docs/Uncommunicative-Name.md
reek-3.3.0 docs/Uncommunicative-Name.md
reek-3.2.1 docs/Uncommunicative-Name.md
reek-3.2 docs/Uncommunicative-Name.md
reek-3.1 docs/Uncommunicative-Name.md
reek-3.0.4 docs/Uncommunicative-Name.md
reek-3.0.3 docs/Uncommunicative-Name.md
reek-3.0.2 docs/Uncommunicative-Name.md
reek-3.0.1 docs/Uncommunicative-Name.md
reek-3.0.0 docs/Uncommunicative-Name.md
reek-2.2.1 docs/Uncommunicative-Name.md
reek-2.2.0 docs/Uncommunicative-Name.md