Dmitri Goosens :elephpant: on Nostr: finally some time to catch up excellent presentation by ...
finally some time to catch up
excellent presentation by [@rob](https://social.akrabat.com/@rob) about #DDD at [@phpukconference](https://bird.makeup/users/phpukconference) 2024
although, even though I agree one should not go against the logic of your framework, IMHO it's better to decouple domain entities and their storage
this way, one avoids writing storage optimized entities for the domain
once decoupled, it indeed does not matter a lot whether you use a repository pattern (with or without Doctrine) or an Active Record pattern or smt else
#php
https://www.youtube.com/watch?v=K5QMMNxB0ck
excellent presentation by [@rob](https://social.akrabat.com/@rob) about #DDD at [@phpukconference](https://bird.makeup/users/phpukconference) 2024
although, even though I agree one should not go against the logic of your framework, IMHO it's better to decouple domain entities and their storage
this way, one avoids writing storage optimized entities for the domain
once decoupled, it indeed does not matter a lot whether you use a repository pattern (with or without Doctrine) or an Active Record pattern or smt else
#php
https://www.youtube.com/watch?v=K5QMMNxB0ck