issues
search
Glavin001
/
IssueBot
Automate Issue replies and organization
MIT License
13
stars
5
forks
source link
Refactor server code into well defined modules
#20
Open
Glavin001
opened
8 years ago
Glavin001
commented
8 years ago
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)
Why: