Skip to content

Basic Concepts

Vanskarner edited this page Jul 25, 2023 · 2 revisions

Before starting with the central ideas about architecture, it is important to be clear about these concepts, because later we will see them represented in any system:

Objects vs Data Structures Learn Design Patterns Duplication

Objects vs Data Structures

Learn Design Patterns

Duplication

An object is not a data structure, they have different purposes. Design patterns are not for showing off, but for conveying intentions. Differentiate between a true duplication and a false duplication.
Clone this wiki locally