On Monday, 28 May 2012 at 08:21:36 UTC, Araq wrote:
Granted, from *top to bottom* would be nicer, but I have never seen that happen in practice in C# (which allows for arbitrary order); but admittedly that's a very weak point.

I wrote tons of C# and I never did it bottom to top. They're either thematically grouped or top to bottom (e.g. Main comes first). "Extract method" refactoring also places extracted method after the method it was extracted from.

Reply via email to