General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
ThePrimeTime
comments
Comments by "" (@adambickford8720) on "The harsh reality of good software" video.
The other 'problem' with many small methods is the method name is a form of 'documentation' with the same issues as comments. Then you end up with stuff like `getStateCode()` that actually also returns Canadian territories since we onboarded customer X. Even when correct, unless that's making a service call or something, the simple inline predicate is probably less cognitive load than navigating and retaining the 'helper' method.
1