Khoa Truong
Khoa Truong

Reputation: 933

Design patterns Magento 2

Magento is a pretty complex application. And knowing as a large open source ecommerce platform. Throughout Magento 1 architecture, it commonly used 12 design patterns which allows developers to view and use them in real.

As you know, Magento 2 is coming soon. I want to know what patterns are approved? And give us some examples?

Upvotes: 0

Views: 1363

Answers (2)

udhayakumar
udhayakumar

Reputation: 39

  1. Composite Pattern
  2. Strategy Pattern
  3. Factory Method Pattern
  4. Observer Pattern
  5. Object Manager (which consist of 11+ Design Patterns)
  6. Decorator Pattern
  7. Proxy Pattern

Upvotes: 4

Neodan
Neodan

Reputation: 5252

I think that the best solution for you is take a look into Magento 2 documentation and source code.

Upvotes: 2

Related Questions