10
shouts

Cameron McKay » Joshua Bloch’s Builder Pattern in C#

published 249 days, 13 hours, 50 minutes ago posted by jantujantu 250 days, 14 hours, 7 minutes ago
Sunday, July 05, 2009 12:53:34 PM GMT Saturday, July 04, 2009 12:36:50 PM GMT

Having spent a lot of time programming in Java over the last two years, I’ve made heavy use of Joshua Bloch’s Java Builder pattern (also Effective Java Item 2). 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 this pattern in C# will quickly find out, Bloch’s Builder doesn’t translate perfectl...

category: Foundation | clicked: 60 | | source: couchware.ca | show counter code
tags: .NET, C#, C# 3.0, Java, news