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