User Tools

Site Tools


symfony:symfony-checklist

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
symfony:symfony-checklist [2026/06/14 01:42] – created phong2018symfony:symfony-checklist [2026/06/14 01:46] (current) – [Symfony Architecture Maturity Score] phong2018
Line 633: Line 633:
  
 Overall Production Grade Target: >= 85% Overall Production Grade Target: >= 85%
 +
 +
 +For Symfony, one additional review area that many senior teams emphasize is DDD + CQRS + Messenger:
 +
 +<code>
 +Domain
 +├── Entities
 +├── Value Objects
 +├── Domain Events
 +└── Repository Interfaces
 +
 +Application
 +├── Commands
 +├── Command Handlers
 +├── Queries
 +├── Query Handlers
 +└── DTOs
 +
 +Infrastructure
 +├── Doctrine
 +├── Messenger
 +├── Redis
 +├── External APIs
 +└── Security
 +
 +Presentation
 +├── Controllers
 +├── API
 +└── Console Commands
 +</code>
 +
symfony/symfony-checklist.1781401324.txt.gz · Last modified: by phong2018