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

Separate methods into static classes for easier maintenance and testing. #4

Open
thinkingmedia opened this issue Mar 19, 2015 · 0 comments
Milestone

Comments

@thinkingmedia
Copy link
Owner

Take the implementation methods from the _ class and move to static classes. Grouping methods by their common behavior.

Do the same with the unit tests.

The _ class will become an interface implementor that calls the status classes.

@thinkingmedia thinkingmedia added this to the 1.0.1 milestone Mar 19, 2015
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