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

Project Feedback! #1

Open
codepathreview opened this issue Oct 4, 2017 · 1 comment
Open

Project Feedback! #1

codepathreview opened this issue Oct 4, 2017 · 1 comment

Comments

@codepathreview
Copy link

👍 nice work. With this assignment, we've now explored all the main patterns for building MVC clients! If this were 2009, you would be well on your way to building most apps that you could find in the app store. Over the next few weeks, we'll be focusing on custom views and view controllers to implement the interactions and visual effects that we find in more modern iOS apps.

We have a detailed Project 3 Feedback Guide which covers the best practices for implementing this assignment. Read through the feedback guide point-by-point to determine ways you might be able to improve your submission. You should consider going back and implementing these improvements as well. Keep in mind that one of the most important parts of iOS development is learning the correct patterns and conventions.

In your notes, you mentioned that you had trouble deserializing a nested tweet without casting to NSDictionary. You could always have a custom property to return the retweeted status as a Tweet and hide the underlying NSDictionary by making it private.

If you have any particular questions about the assignment or the feedback, feel free to reply here or email us at support@codepath.com

This was a very challenging assignment, congrats on completing it successfully!

@codepathreview
Copy link
Author

👍 Excellent! We added this homework so that you'll have the experience building an app that's more similar in complexity to a production app. The optional account switching feature is interesting because you have to think about how TwitterClient is caching the access token to make sure it works correctly for multiple accounts.

We have a detailed Project 4 Feedback Guide which covers the best practices for implementing this assignment. Read through the feedback guide point-by-point to determine ways you might be able to improve your submission. You should consider going back and implementing these improvements as well.

If you have any particular questions about the assignment or the feedback, email us at support@codepath.com.

A couple notes I had from reviewing the assignment:

  • Excellent work on the profile header!
  • Great job diving into the presentation controller
  • Very clean UI

Congratulations on finishing the final assignment! It's impressive to realize that in just four weeks, you've gone from building a simple tip calculator app to a polished MVC client.
/cc @codepathreview

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

1 participant