Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single Responsibility Principle, API interface #16

Open
samarthsharma411 opened this issue Nov 27, 2023 · 0 comments
Open

Single Responsibility Principle, API interface #16

samarthsharma411 opened this issue Nov 27, 2023 · 0 comments

Comments

@samarthsharma411
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant