Understanding and implementing Value Objects

preview_player
Показать описание
👨‍💻 Learn Test-Driven Development with Laravel!

👨‍💻 Sign up to my newsletter and receive PHP, JS and Laravel news in a weekly-basis:

🎉 Party up:

Thanks for watching!
Рекомендации по теме
Комментарии
Автор

Are value objects an evolution of DTOs?

darkbelg
Автор

Is the value object also responsible to convert the temperature from one unit to another?
for example:

$temperature = new temperature(100, 'celsius');
// 212

or
$temperature =

misbahansori
Автор

This should be one of the top 100 viewed videos regarding Laravel on YouTube.

ryanharmon
Автор

Instructions unclear.

$request->validate(['temp' => ['min:-20', 'max:60']]);

Problem solved.

mabdullahsari
Автор

What font are you used for your phpstorm?

bienvenurandrianarison