Confused about implementing Single Responsibility Principle
- by HichemSeeSharp
Please bear with me if the question looks not well structured.
To put you in the context of my issue:
I am building an application that invoices vehicles stay duration in a parking. In addition to the stay service there are some other services. Each service has its own calculation logic.
Here is an illustration (please correct me if the design…