By CodeJustin
via couchware.ca
Published: Jul 05 2009 / 14:43
Recently, I’ve started a fairly large project in C# 3.0. As it happens, there came a point where I wanted to use a pattern similar to Bloch’s Builder. However, as anyone who tries to use his pattern in C# will quickly find out, Bloch’s Builder doesn’t translate perfectly to C#.
Here is how Bloch’s Builder looks in C# (with changes made only for syntax):
Add your comment