Created by: paul01234
Number of Blossarys: 51
Tried and tested solution to a common and/or recurring design problem in object-oriented systems. The design patter already captures experience and good practice in such a way that it can be reused.
Standards for component implementation, documentation, and deployment. These cover particular interfaces that may be provided by a component and its naming, interoperation, and composition. These ...
A set of reusable abstract and concrete classes that implement features common to many applications in a certain domain. The classes in an application framework are already specialized and ...
Software development methods which aim to rapidly deliver software. The software is developed and delivered in increments. The focus of these methods are on the development of the code rather than on ...
A data type that is defined by its operations instead of its representation. Changes made to this data type will only happen to the module in which it is defined. No changes will be made outside of ...