Mariusz Postol

Mariusz Postol

  • 554
  • 2k
  • 22.3k

Programm layered architecture

Jun 10 2024 9:00 PM

By design, a program is usually based on a layered architecture to allow reusability and facilitate teamwork and testing. We may employ the following layered models:

  •  PLD: Presentation, logic(business logic, services), data
  •  MVVM: Model, View, and View Model
  1. What programming language constructs can be used to implement program-layered architecture?
  2. What is the relationship between MVVM and PLD programming patterns?

Answers (2)