Browse by Tags

All Tags » Code Readability (RSS)

Builder Pattern and Fluent Interface by Artur Trosin

In the post I want to discuss the practical part of the Builder pattern and how builder pattern usage and implementation can be simplified by Fluent Interface, it will show how these two patterns can leave in harmony with each other. For how many of us...

How Extension Methods can increase readability by Artur Trosin

In day by day work, a developer has to branch their logic checking for null, and it is obvious that checks for null are the most common checks in most projects. The checks can be avoided by using Null Object Pattern or Specification Pattern both well...
Filed under: , ,
More Posts