DictionaryForumContacts

   Russian English
Google | Forvo | +
методология проектирования от обязанностиstresses
progr. responsibility-driven design technique (a design technique in object-oriented programming. Responsibility-driven design is inspired by the client/server model. It focuses on the contract by asking: What actions is this object responsible for? What information does this object share? Responsibility-driven design is in direct contrast with data-driven design, which promotes defining the behavior of a class along the data that it holds. Data-driven design is not the same as data-driven programming, which is concerned with using data to determine control flow not class design Alex_Odeychuk)