mdn0420 / CodePath

0 stars 0 forks source link

Yelp Client Submission #3

Open mdn0420 opened 10 years ago

mdn0420 commented 10 years ago

@nesquena @timothy1ee

timothy1ee commented 10 years ago

Good job! Linking the view controllers via the client singleton with event registration is an interesting approach. Beware overusing singletons, as you know, it's a fine line, and can lead to classes being overly coupled and hard to maintain.

The purpose of this assignment was to explore the following:

Here's my checklist as I'm reviewing the submissions: