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

Refactor main class #27

Closed
steve-fields opened this issue Oct 6, 2016 · 2 comments
Closed

Refactor main class #27

steve-fields opened this issue Oct 6, 2016 · 2 comments

Comments

@steve-fields
Copy link

Currently there is a single class with a main method calling static methods. While the code is currently small, this is completely fine and usable, but for future use cases we want to remove these static methods. Consider splitting some of the methods off into a class and create an object of it in the main class to run the methods. In its current state, doing this would create a "fake" object oriented design due to the fact there is only one object running all the code. We are more looking to set a precedent for future changes.

@steve-fields
Copy link
Author

F16 OK (200 pts)

steve-fields pushed a commit that referenced this issue Nov 14, 2016
@steve-fields
Copy link
Author

F16 RESOLVED

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