Subscribe

Archive for April 24th, 2008

Tell, Don’t Ask

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 [...]