Hacker News new | ask | show | jobs
by hiisi 4535 days ago
I'd say methods should be small enough so that their intent is clear. Usually it means that methods should have exactly one responsibility, otherwise they seem bloated.