5 ms·
From your linked article: > But personally, I don't use tell-dont-ask. I do look to co-locate data and behavior, which often leads to similar results. One thin
by crymer11 11mo ago
From your linked article:
> But personally, I don't use tell-dont-ask. I do look to co-locate data and behavior, which often leads to similar results. One thing I find troubling about tell-dont-ask is that I've seen it encourage people to become GetterEradicators, seeking to get rid of all query methods.