From: "Bartosz Dziewoński" Date: 2012-08-11T07:51:34+09:00 Subject: Re: How do you order your class methods? 2012/8/11 Ryan Davis : > 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. No it isn't. What you said only reinforces my point: the way code looks matters, whether is it indentation or method ordering. > 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. Yes, tiling or splitting is what I meant. Of course, there are other ways to interact with code than with your editor – maybe you're just reading it on GitHub, or doing code reviews, or looking at a snippet in documentation. -- Matma Rex