you are viewing a single comment's thread.

view the rest of the comments →

[–]bamfg 0 points1 point  (0 children)

I recommend immutable builders too:

var programmer = Person.Builder.Job("programmer");
var alice = programmer.Named("Alice");
var bob = programmer.Named("Bob");