I mean specifically that if you're not sure whether a collaborator belongs in the constructor or with only the method, then choose only the method until you see multiple methods using it, then promote it into the constructor.
I mean specifically that if you're not sure whether a collaborator belongs in the constructor or with only the method, then choose only the method until you see multiple methods using it, then promote it into the constructor.