You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: