Agile & Lean Management

Refactoring the Software Development Process

Browsing Posts tagged entity

This is my favorite model pattern for designing an application architecture, probably that will be no surprise to you. In my view Entity represents the data model. It doesn’t matter if you are talking about business entities or database tables. Both are representations of the data model. There is some debate on the nature of [...]

The Search-Engine pattern is a simple, but powerful pattern. The user provides some sort of search phrase and the search engine returns all matches found in a data store. Next, the user browses the results to select the one she is looking for. When selected details are shown. This is exactly how Google (and other [...]