Fundamentals
Set theme to dark (⇧+D)

Architecture vs Design

​​ Architecture

Architecture is a type of design that only deals with structure.

  • Enterprise Architecture
  • Business Architecture
  • Information Architecture
  • Data Architecture
  • Network Architecture

​​ Design

  • Visual Design
  • User Interface Design
  • Web Design
  • Experience Design
  • Graphic Design
  • Product Design
  • Organizational Design

​​ High-Level Design

Divides the system design into subsystems and modules and captures how the modules interact with each other.

​​ Low-Level Design

Defines the detailed implementation of a specific module such as its logical structure and interfaces when communicating with other modules.