We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143ef1c commit ca462eeCopy full SHA for ca462ee
README.md
@@ -293,6 +293,8 @@ email_clients(active_clients(clients))
293
**[⬆ back to top](#table-of-contents)**
294
295
### Function names should say what they do
296
+Poorly named methods add to the code reviewer's cognitive load at best, and mislead the
297
+code reviewer at worst. Strive to capture the the precise intent when naming methods.
298
299
**Bad:**
300
```ruby
0 commit comments