nealio82 / absolute-beginners-guide-to-ddd-with-symfony

Example application to go along with the "Absolute Beginner's Guide to DDD with Symfony" presentation
117 stars 22 forks source link

Maybe you should create Value Object AppointmentDuration #3

Open mavik opened 2 years ago

mavik commented 2 years ago

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.