APIDesignPatterns
From APIDesign
(Difference between revisions)
(→API Design Patterns) |
|||
Line 1: | Line 1: | ||
- | + | [[APIDesignPatterns|API Design Patterns]] are classical [[wikipedia::Design_patterns|design patterns]] with a special emphasis on evolution. They are essential for creation of shared libraries and frameworks that can be evolved over the time in proper, [[BackwardCompatibility|compatible]] way. Many of them are discussed in [[TheAPIBook]], however as time evolves, and as our knowledge is growing, additional observations are discovered. That is why here you can find up-to-date list: | |
- | |||
* [[APIDesignPatterns:ResponseReply]] | * [[APIDesignPatterns:ResponseReply]] | ||
* [[APIDesignPatterns:Exceptions|Using Exceptions while designing APIs]] | * [[APIDesignPatterns:Exceptions|Using Exceptions while designing APIs]] |
Revision as of 19:14, 22 October 2008
API Design Patterns are classical design patterns with a special emphasis on evolution. They are essential for creation of shared libraries and frameworks that can be evolved over the time in proper, compatible way. Many of them are discussed in TheAPIBook, however as time evolves, and as our knowledge is growing, additional observations are discovered. That is why here you can find up-to-date list: