DictionaryForumContacts

   Russian
Terms containing проектирование от обязанности | all forms | in specified order only
SubjectRussianEnglish
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)
progr.проектирование от обязанностиresponsibility-driven design (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)