'. '

Talk:CumulativeFactory

From APIDesign

(Difference between revisions)
Jump to: navigation, search
(Comment provided by Radim - via ArticleComments extension)
m (Talk:APIDesignPatterns:CumulativeFactory moved to Talk:CumulativeFactory: Shorter names for use with categories)

Revision as of 12:30, 15 November 2008

Comments on APIDesignPatterns:CumulativeFactory <comments />


paulo said ...

The problem with these declarative methods is always leaving the object in a incomplete state. I prefer factory methods with private constructor myself. Hide the instance, so that immutable object tricks can be used, but still use descritive function names. Plus if you're using generics you can use the limited type inference that java has. Do you prefer new Tuple<Int,Int>(a,b); or Tuples.pair(a,b) ?

--paulo 12:20, 10 November 2008 (CET)

Radim said ...

Cf. Item 2 in Effective Java 2nd edition (also you can see it here - http://rwhansen.blogspot.com/2007/07/theres-builder-pattern-that-joshua.html). The idea is the same but moving this into Builder seems like nicer solution.

--Radim 01:27, 11 November 2008 (CET)

Personal tools
buy