Replying to @coderbyheart

Because right now I do have Service Objects, which have a constructor where I
pass in dependencies, and I then use these dependencies in instance methods. But
the instance methods are side-effect free, meaning that basically all my object
members are declared as private readonly.

Thu, 29 Nov 2018 08:00:33 UTC

1 reply