absolute-beginners-guide-to-ddd-with-symfony
absolute-beginners-guide-to-ddd-with-symfony copied to clipboard
Example application to go along with the "Absolute Beginner's Guide to DDD with Symfony" presentation
Hello @nealio82 , I've been following your talk at sfday last week. As I'm mostly a Laravel dev I tried to rebuild your example on Laravel and I think I...
Maybe you should create a Value Object AppointmentDuration and use it as a type for Appointment::appointmentLengthInMinutes (I'd rename it to appointmentDuration) and in this class verify duration of an appointment.
Nealio82, thanks for you work, but I'm afraid that you understand the concept "Bounded Context" in wrong way. In src/AcmeVet/Scheduling/Domain/Appointment/Appointment.php I see "Each Bounded Context will have one Entity class"....