Tag - Architecture Patterns

Demystifying Architecture vs Design Patterns

Patterns are repeated and consistent common characteristics that help in identifying phenomenon, problem or solution. The pattern is well-known concept that has been used for long time across many industries and practices to summarize previous experience and avoid re-inventing the wheel. Patterns were used in natural science, geometry, mathematics, engineering, art, etc. In software industry, patterns appear in two main contexts:...