Contents tagged with Readable code
-
ASP.NET MVC: Comparing same view on ASP.NET and Razor view engine
I ported views of my ASP.NET MVC application from ASP.NET to Razor. Although Razor is very new it is very promising view engine because of shorter and cleaner syntax. In this posting I will show you same view on ASP.NET and Razor view engine. I like Razor one more but what do you think?
-
Clean Code: A Handbook of Agile Software Craftsmanship – book review
Writing code that is easy read and test is not something that is easy to achieve. Unfortunately there are still way too much programming students who write awful spaghetti after graduating. But there is one really good book that helps you raise your code to new level – your code will be also communication tool for you and your fellow programmers.

-
Quick example: why coding standards must be in place
One quick example why coding standards must be in place. Take a look at the following code – property names are changed but not anything else.