phamthienbao / RottenTomatoes

0 stars 0 forks source link

RottenTomatoes assignment - Completed #1

Open phamthienbao opened 9 years ago

phamthienbao commented 9 years ago

Hello /cc @chug2k,

I've completed for required feature of this assignment. Pls help me to review it.

In addition, I'm researching for optional feature as well as improving the existing features.

Thanks, BaoP

chug2k commented 9 years ago

I had problems opening your project - are you sure you committed to GitHub correctly? I do not see a Podfile or an .xcworkspace.

chug2k commented 9 years ago

All of your code is blank - please make sure you upload the latest version of your code. If you come before class today I can work with you to see what went wrong with Git.

phamthienbao commented 9 years ago

Hello @chug2k ,

I've checked and re-upload the assigmen again. I dont know why all code are set as blank. Maybe, it's some problem with Source Contrl on Xcode 7.

Sorry for any unconvinced.

Thanks, Bao

chug2k commented 9 years ago

Much better. :bird:

I didn't mention this in class, but please be sure to follow the Swift code styling conventions for the homework. Here are a few useful guides:

You are a little bit sloppy with your brackets and indentation. Please make sure your code is always correctly indented. Also please avoid variable names like movies_cells and index_path - it should be moviesCells and indexPath.

In class I only used a NSDictionary, but it would have been nice if you implemented a model class. The SwiftyJSON library is useful for this - https://github.com/SwiftyJSON/SwiftyJSON.

I hope to see you complete more optional tasks this week!