In addition to following naming and other such standards, I also feel it is important to keep your code files in order. This can sometimes pose a challenge because when you are being agile, it can sometimes be difficult to keep your methods, properties, constructors, all nice and tidy. A co-worker sent me a link to a tool called Regionerate. From the site:
· Regionerate (pronounced ri-jeh-neh-rate) is a new open-source tool for developers and team leaders that allows you to automatically apply layout rules on C# code. It’s really cool since it organizes your messy code automatically for you Watch how it works.
I am excited about this tool since I often spend time after the code has been written to do similar code clean up. Do you use it?