phuonghuynh / movies

MIT License
0 stars 0 forks source link

Assignment 1 Review #1

Open avo1 opened 8 years ago

avo1 commented 8 years ago

Hi a. Phuong, it looks like you didn't push your latest code to your repo. And I'm a little bit confused as there's a folder named 'Instagram' in your repo. Is this the lab, or the assignment? Can you help to check and update your repo?

Thanks, Dave

phuonghuynh commented 8 years ago

@avo1 thats last code, you can check out and run pod install to generate the workspace project on your side. I dont want to commit some configuration files that could be generated in the development side, ex: the workspace can be generated using pod install. Github repo should contains source code only.

The name Instagram is not correct bc i reused the code practiced in the lab. ^

avo1 commented 8 years ago

Hi a, agree with you that Pods should not be committed. I notice in your git ignore, you also ignore *.xcodeproj. This xcodeproj is required to do pod init and pod install. Can you pls push that file?

By the way, this is a good template for gitignore for Swift project

phuonghuynh commented 8 years ago

yep, push it already

avo1 commented 8 years ago

:+1: Nice work. The point of this homework was to explore a simple example of a full MVC application with a RESTful API. You learned about UITableViews, custom UITableViewCells, navigation from a UITableView, and basic networking.

Grading Summary:

Overall: Average

Detailed Notes

    func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) {
        tableView.deselectRowAtIndexPath(indexPath, animated: true)
    }

Homework is the core part of this class. Through the homework assignments you'll create real apps that you should be proud to show anybody. The more time you spend, the better your portfolio will be and the more you will learn. Try to spend a little more time next week!