Skip to content

Refactor server code into well defined modules #20

@Glavin001

Description

@Glavin001

Why:

  • Properly compartmentalized functionality (business logic handled in the right place and separated from other components, such as data Models)
  • Remove cyclic dependencies
  • Unit Testing becomes easier (code is now more functional)

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions