Tell, don't ask

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
m (Fixed some grammar)
m (Tell, Don't Ask moved to Tell, don't ask: To conform to the general convention of the class)

Revision as of 04:43, 29 July 2008

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 decisions based on its internal information. It does not care about or need 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