ucsb-cs56-projects / cs56-networking-chat

-
1 stars 6 forks source link

Refactor:: Make use of observer pattern #32

Closed winterfreddy closed 6 years ago

winterfreddy commented 8 years ago

The best and recommended way to do this is use the observer pattern. That way, Controller can connect window classes with method classes using the legit contact list. ~200 pts

lynchifer commented 8 years ago

M16 OK

jmangel commented 7 years ago

@winterfreddy @dlynch305 can one of you elaborate on what this issue is meant to solve/accomplish? Not clear (to me) what feature of the project this would be refactoring

winterfreddy commented 7 years ago

Its meant to fix the issue #35.

jmangel commented 7 years ago

F16 OK (150 pts)

jleeong commented 7 years ago

@jmangel Can this issue be closed since #35 was already resolved?

seemantasaha commented 6 years ago

Closing this issue as the purpose is resolved by #35