Tell, don't ask

From CSSEMediaWiki
Revision as of 01:18, 24 July 2008 by Johannes Pagwiwoko (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In software engineering, the "Tell, Don't Ask" principle states that objects should tell each other what to do by issuing commands to one another, rather than asking each other for information and then make decisions based on the information obtained. As a consequence, an object only makes decision based on its internal information. It does not need to care, neither it needs to obtain external information before telling the other object what to do. This makes the implementation cleaner and simpler.

(example will be put out soon)

Personal tools