ucsb-cs56-projects / cs56-scrapers-ucsb-curriculum

-
1 stars 12 forks source link

Separate logic from presentation #32

Open MadRubicant opened 8 years ago

MadRubicant commented 8 years ago

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 commented 8 years ago

F16 OK (250 pts)

CDLlo commented 6 years ago

W18 OK 250 points