IvanParvanovski / WorkPal

MIT License
0 stars 0 forks source link

Should create service layer that manages the operations with the db #21

Closed IvanParvanovski closed 4 months ago

IvanParvanovski commented 4 months ago

By separating controllers from the database context, you create modules that are more focused and easier to understand. This improves the overall modularity of your application, making it easier to maintain and scale.

This design pattern or design principle is commonly known as separation of concerns.