I find that in actual practice it's more convenient to limit methods to what can fit on my monitor without scrolling. In other words, there's nothing wrong with a 20-line method, even though I could break it into two or three even smaller methods. As long as you get the size of the method down to a reasonably small chunk of code that you can get your head around.