Single Responsibility(SRP) vs Tell Don't Ask(TDA)?...
Read MoreIs creating a lot of private classes bad style?...
Read MoreTell, Don't Ask and Single Responsibility - doing new things with data in a class...
Read MoreDoesn't the Factory pattern, violate the "Tell, Don't Ask" principle?...
Read MoreHow to unit test a parser which returns 'tell-dont-ask' objects?...
Read MoreUsing Event to apply TellDontAsk pattern...
Read MoreHow to test an object when I can't access state?...
Read More"Tell, Don't Ask" over multiple domain objects...
Read MoreRails ActiveRecord tell don't ask...
Read MoreHow to solve that last "ask" in a complex calculation to conform "tell! don't ask...
Read MoreDoes "tell, don't ask" apply to user input validation?...
Read MoreHow to unit-test in "tell, don't ask" follower classes?...
Read MoreTell don't ask and shared state between tasks...
Read MoreHow to think "Tell, don't ask" in this simple example?...
Read More