serversideup / financial-freedom

🔥🔥🔥 An open source alternative to Mint, YNAB, and more. Stay on budget and build wealth without sacrificing your privacy.
https://serversideup.net/open-source/financial-freedom/
GNU General Public License v3.0
1.67k stars 137 forks source link

Abstract Functionality To Services #4

Closed danpastori closed 3 years ago

danpastori commented 3 years ago

Description

The best way to make maintainable, re-usable code is to make small controllers and abstract the functionality to services. This allows for code re-use on certain routes.

We also need to comment out these services so we can easily guide contributors to how they are used.