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
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
As our application is growing now more complex with our business logic, our routes are becoming more packed with handling different scenarios and doing a lot in the route handler. It becomes difficult at that point to take pieces and reuse them in other route handlers.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Extracting out all this business logic in our backend to a "service" layer as described here. This way, we have a separation of concerns and encapsulation of logic into different pieces which we can test and reuse throughout our code.
Additional context
Add details, any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
As our application is growing now more complex with our business logic, our routes are becoming more packed with handling different scenarios and doing a lot in the route handler. It becomes difficult at that point to take pieces and reuse them in other route handlers.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Extracting out all this business logic in our backend to a "service" layer as described here. This way, we have a separation of concerns and encapsulation of logic into different pieces which we can test and reuse throughout our code.
Additional context
Add details, any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: