Three-Layer Architecture
Term side of the Card
Topic: Architecture
Unit title: Three-Layer Architecture
Categories: Architecture
Explanation side of the Card
Explanation: The design pattern that separates an application into three layers: the presentation layer for user interactions, the business logic layer for processing and the data layer for managing data storage. It helps improve organization and maintainability of the codebase.