Contents tagged with Code Readability
-
Builder Pattern and Fluent Interface
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.
-
How Extension Methods can increase readability
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.