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
The interface adapters are supposed to be corresponding to the views, not the use cases. "add_to_cart" is a use case, while "browse" is the view where this use case is being implemented. But now that it has been renamed, let's just keep it this way for convenience, and we can refractor it at the end. This issue is just to avoid any confusion and point out that add_to_cart is not a view, it is a use_case.
The text was updated successfully, but these errors were encountered:
The interface adapters are supposed to be corresponding to the views, not the use cases. "add_to_cart" is a use case, while "browse" is the view where this use case is being implemented. But now that it has been renamed, let's just keep it this way for convenience, and we can refractor it at the end. This issue is just to avoid any confusion and point out that add_to_cart is not a view, it is a use_case.
The text was updated successfully, but these errors were encountered: