emarj / moneytracker

Web app to track family expenses and net worth
1 stars 0 forks source link

Errors: store package should not reference to MT #44

Open emarj opened 1 year ago

emarj commented 1 year ago

At the moment error is defined in the main (moneytracker) package and hence the store package imports it. This creates and unwanted dependency cycle. Probably the error should be redefined or should be defined in an internal package.

emarj commented 1 year ago

Actually the inner packages already refer to MT for type definition!