From: Ryan Davis Date: 2012-08-11T07:33:02+09:00 Subject: Re: How do you order your class methods? On Aug 10, 2012, at 15:14 , Bartosz DziewoƄski wrote: > 2012/8/10 Ryan Davis : >> How does sorting methods prevent productivity? > > You can't have several related methods visible at the screen at the same time? > > (Yes, yes, you can use a "proper editor" and see several places in the > file in separate windows. That's like saying that code indentation > doesn't matter because you can use a "proper editor" and reformat > everything.) Your argument is flawed. Code indentation DOES matter, very much so. It is INDENTING code that has been made irrelevant as your editor can (and should) do it for you. If you use a good editor, you can see several places in the same window, not multiple. You really shouldn't be having to flip back and forth and in this case, tiling (split windows) works better.