Keeping everything tidy within ASP.NET MVC3 C#; rendering your CSS and JavaScripts in the correct place
Nothing annoys me more than looking at a websites source code and seeing a big huge mess. Incorrect indentation, no standardization, incorrect HTML tags, and my biggest gripe: CSS/JavaScript files in the wrong place.


