Component Level Design Patterns
- Component-level design patterns provide you with proven solutions that address one or more subproblems extracted from the requirements model.
- In many cases, design patterns of this type focus on some functional element of a system.
- For example: Searching is a very common problem, it should come as no surprise that there are many search-related patterns like…
- AdvancedSearch
- HelpWizard
- SearchArea
- SearchTips
- SearchResults
- SearchBox
No comments:
Post a Comment