Refactor Backend (extract class NGBackendProject)
stephanmg opened this issue · 0 comments
stephanmg commented
Currently backend manages all,
this violates SRP and also may be confusing to use.
Use extract class refactoring and move method, move field to address this issue.
Add proper unity testing for backend code.