On Wed, Nov 16, 2011 at 12:36 PM, Jeroen De Dauw jeroendedauw@gmail.com wrote:
Hey,
Introducing a pattern like this in a code base this large is therefore
problematic.
I'm tempted to agree with this. Doing
I think chaining is great for classes where 1) it makes sense and 2) the class is designed for it from the get-go. The Message class fits this, but I don't think OutputPage does.
Roan