Tell, Don’t Ask
Posted in programming on April 24th, 2008 No Comments »
The post over at pragmatic programmer is timely for me because Tell, Don’t Ask is a concept that I have outlined in a programming style presentation for my new team.
The quote at the beginning of the article is perfect:
Procedural code gets information then makes decisions. Object-oriented code tells objects [...]