Another talk: https://www.youtube.com/watch?v=dfgtKb-VpRk You don’t have to really watch it. Basically, he’s saying many people currently do for example: class Plant { // blah, blah… } class Gardener { public function water(Plant $plant) { // water the plant } } His basic premise is too frequently people are creating service […]