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
There is no clear distinction between service layer and data access layer in micro-services. Is there any particular reason for that?
Also what about tests? I'm still not sure about the best practices to test the logic without relying on an actual data source. In other words what would be the best way to mock data while doing tests?
The text was updated successfully, but these errors were encountered:
There is no clear distinction between service layer and data access layer in micro-services. Is there any particular reason for that?
Also what about tests? I'm still not sure about the best practices to test the logic without relying on an actual data source. In other words what would be the best way to mock data while doing tests?
The text was updated successfully, but these errors were encountered: