[rspec-users] Collection proxies need to be stubbed ?
Jay Levitt
lists-rspec at shopwatch.org
Sun Jan 21 15:53:43 EST 2007
Francois Beausoleil wrote:
>
> Adding #active_projects on User leads to a kind of namespace
> pollution, no ? Really, who knows what projects are active ? The
> Project class, or the User ?
This seems to be a basic conflict between "Tell, don't ask" and
domain-driven design. DDD, as I understand it, says the Project class
should encapsulate all knowledge about projects; TDA says we shouldn't
ask for the project proxy. Yes?
Jay
More information about the rspec-users
mailing list