Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Michael Leatherbury
2,980 PointsTechDegree project #2 - Struggling with where to start
I am struggling with where to start on the 2nd project. I have a round about idea of what needs to be done, but not really sure how to start.
1 Answer
Safwat Shenouda
12,362 PointsStart with creating a model struct or class to handle all the data and separate it from the view controller so you can adhere to the MVC design pattern. Then slowly extent the model to handle everything around data and make the view controller only request the data from the model to show it only. All calculations whatsoever should be handled in the model
agreatdaytocode
24,757 Pointsagreatdaytocode
24,757 PointsMichael Leatherbury Let's link up in Slack. I can help you get started.