E036 - Making things more object oriented with rich domain entities - ASPF02O
In this episode, we’ll make things more object oriented, by moving some logic that’s present in the request handlers, which in fact should be present in the domain entities, that currently are just bags of data with public getters and setters.