issues
search
MickaelOnTheWave
/
InvoiceManager
A simple Invoice Database with a GUI client to handle it
GNU General Public License v3.0
1
stars
0
forks
source link
Refactor InvoiceDbController
#49
Open
MickaelOnTheWave
opened
3 months ago
MickaelOnTheWave
commented
3 months ago
Separate it into several classes. Suggestion :
One for direct interaction with DB and basic data return in C++ structures
One for business logic (handling only C++ structures)
Separate it into several classes. Suggestion :