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
I'm trying to figure out the best nodejs architecture for building APIs, and I see here that in the provided example, the controllers handle the business logic instead of using service layers. Is there a reason for that?
The text was updated successfully, but these errors were encountered:
@garyscetbon I think you are right and this should be done differently. It feels like a code smell. I should say this is not the only problem with this app.
I'm trying to figure out the best nodejs architecture for building APIs, and I see here that in the provided example, the controllers handle the business logic instead of using service layers. Is there a reason for that?
The text was updated successfully, but these errors were encountered: