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 logic from presentation #32

Open
MadRubicant opened this issue Oct 11, 2016 · 2 comments
Open

Separate logic from presentation #32

MadRubicant opened this issue Oct 11, 2016 · 2 comments

Comments

@MadRubicant
Copy link

Right now, the logic of scraping the html data from the registrar search page is done in the same class as the GUI. Instead, they should be wholly separated, so that changes in UI don't break the internals, and vice versa. This is generally known as Model-View-Controller.

250 pts

@MadRubicant
Copy link
Author

F16 OK (250 pts)

@CDLlo
Copy link
Contributor

CDLlo commented Jan 25, 2018

W18 OK 250 points

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

2 participants