'. '

Talk:CumulativeFactory

From APIDesign

(Difference between revisions)
Jump to: navigation, search
(Comment provided by paulo - via ArticleComments extension)
(Comment provided by Radim - via ArticleComments extension)
Line 10: Line 10:
--paulo 12:20, 10 November 2008 (CET)
--paulo 12:20, 10 November 2008 (CET)
 +
</div>
 +
== Radim said ... ==
 +
 +
<div class='commentBlock'>
 +
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)
</div>
</div>

Revision as of 00:27, 11 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