You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently We have one common API interface for all our use cases, however according to the Single Responsibility Principle, it would be better to have smaller API interfaces for each use-case and then implement all of those interfaces with one common interface. This will help us adhere to SOLID principles and in turn the CA engine.
The text was updated successfully, but these errors were encountered:
Currently We have one common API interface for all our use cases, however according to the Single Responsibility Principle, it would be better to have smaller API interfaces for each use-case and then implement all of those interfaces with one common interface. This will help us adhere to SOLID principles and in turn the CA engine.
The text was updated successfully, but these errors were encountered: