Remove the business context from your services
Posted by: Cirrus Minor,
on 21 Jul 2009 |
View original | Bookmarked: 0 time(s)
A lot have been written and said about multiple use (or reuse depending on your definition)
of services. I want to touch one aspect of this with this post.
As a general rule, the more something is generic or small the easier it is to use
it in different contexts, for example Hash tables are used all over the place in a
lot of programs. The Hash table is a generic container and carries very little in
terms of business context so it is very easy to use it. A corollary to...