Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring for "proper" structure #1082

Open
mbabker opened this issue Mar 12, 2020 · 0 comments
Open

Refactoring for "proper" structure #1082

mbabker opened this issue Mar 12, 2020 · 0 comments

Comments

@mbabker
Copy link
Contributor

mbabker commented Mar 12, 2020

The way we wrote Framework apps in 2013/2014 very loosely modeled the architecture of the CMS as far as practices went. And it shows in how there are a bunch of global static accessors and the DI container is misused as a service locator.

Let's get serious here. It's time to refactor for best practices and to implement a proper application structure.

Along the way, everything needs to have automated testing put behind it (use the test framework for the stats API app as an example of how basically everything can be covered in some way).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant