> I personally find short methods often decrease code readability, as you constantly have to jump around, and can't read anything from top to bottom.
In general, if you have to jump into every method call to understand a method that calls other methods, the names are bad – probably too short and don't state intention.
In general, if you have to jump into every method call to understand a method that calls other methods, the names are bad – probably too short and don't state intention.