-
Recent Posts
Archives
Twitter Updates
- If I were an executive I would not be satisfied with that slide. 13 hours ago
- Agilemazing. RT @jchyip: IBM / Rational from 2006 to 2011 #agileaus instagr.am/p/LO2A85Hp5o/ 13 hours ago
- I, for one, welcome our new trigonometric overlords. 13 hours ago
- The revolution will be mathematical 13 hours ago
- If only we had a way to mathematically rationalize area and mass ... #geometry 13 hours ago
Monthly Archives: October 2009
Aggregated specifications
An example from my inversion of control talk involves a message formatter. It applies formatting rules to a string. public interface IMessageFomatter { string Format(string message); } Instead of doing all the work in the implementation of this interface, the … Continue reading
Posted in C#, Domain-Driven Design
7 Comments