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