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.
1 reply
So, why not ditch the class shell as a "dependency holder" and only use
functions?