symfony:symfony-checklist
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| symfony:symfony-checklist [2026/06/14 01:42] – created phong2018 | symfony: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: | ||
| + | |||
| + | < | ||
| + | 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 | ||
| + | </ | ||
| + | |||
symfony/symfony-checklist.1781401324.txt.gz · Last modified: by phong2018
