Peter Gfader 's Blog
Showing posts with label
readibility
.
Show all posts
Showing posts with label
readibility
.
Show all posts
First steps with Machine.Specifications (BDD framework)
›
Figure : How do you specify this machine? As you may have read in my previous blog post: On the road to BDD… Or… to see the light , I...
5 comments:
Code52 Show and Tell: My pet project CopyCat - Lessons learned
›
Figure : CopyCat – A big fat cat walking and waltzing the internetz I am a pretty normal geek. At least I think I am normal and a ...
2 comments:
On the road to BDD… Or… to see the light
›
If you are a regular reader of this little blog in the middle of the internet, you might have realized that I am keen on “all things testing...
Generated documentation is worse than useless (0 value) and causes pain in the future
›
I just came across a blog post from Ian about GhostDoc and Atominerr and had to share my thoughts here about those tools Figure : Us...
1 comment:
SQL can stink too - Code smell in stored procedures
›
Figure : You don't need to dig deep to find smelly code I just found this nice piece of TSQL that I came across in a 500 line sto...
Code smell - LINQ to SQL Datacontext usage and more… - Refactoring work in progress
›
Following up the blog post about some major issues in the usage of the datacontext I dig into more details here. Here is the initi...
4 comments:
Code smell - LINQ to SQL Datacontext usage and more… - Look from a bird's eye view
›
Alright! Lets have a look at this nice piece of code that I posted before.
1 comment:
Code smell - LINQ to SQL Datacontext usage and more…
›
I just came across some code where I needed to fix a couple of issues in. Since I am a strong proponent of continuous improvement and refac...
Code contracts - Is it only about argument validation?
›
*Updated* 3 April 2011: Update how to enable Intellisense for code contracts There are more and more articles coming out about Code ...
5 comments:
The "Hotel Room Rule"
›
<Thoughts about Clean Code Development> As a Clean Code Developer we should follow the " Boy Scout Rule ", that says: ...
13 comments:
Clean Code Development talk at the #netug
›
Thanks everyone for attending. I enjoyed last night… Special Thanks to Giordano Scalzo's whose slide I used as a base for my talk, an...
2 comments:
Don't be lazy. Avoid the type "Tuple"
›
*Updated* 26. September 2010: Updated with comments from Adam Cogan *Updated* 27. September 2010: Updated the comparison between anonymo...
22 comments:
Avoid type casts - Use the "as" operator and check for null
›
Note: I don't care about measuring performance on these 2 operations because we don't use them in a tight loop. For me its all ab...
2 comments:
Inconsistent code will bite you sooner or later - I reckon sooner ;-)
›
See this sample interface with some method signatures void CalculateSalary(string environment, string emloyeeName, ...) void GetListOfSub...
ASP.NET – WTF Code smell – Request.Path.Contains
›
1. Read the following code and try to understand what it tries to achieve protected void Page_Load( object sender, EventArgs e) { ...
3 comments:
Code smell - READIBILITY
›
In my opinion readability is the most important attribute of code. Good code should be easy to read. That makes code easy to understand...
7 comments:
›
Home
View web version