Hacker News new | ask | show | jobs
by dmgd 4604 days ago
why would you need to re-read every line if you are looking at methods that have a single responsibility and that responsibility is clearly communicated through the name? (and parameter types/name, return types/names, in languages where some of those things are available)
1 comments

The purpose may be communicated by the name, but the behavior can't (reasonably) be.