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

App will show a list of movies and a detail screen #34

Conversation

changosenelarbol
Copy link
Collaborator

What does this PR do?

App request several lists of movies by topic
App display each requested list on a collection view
App play backgroud music
App display a detail screen for when user select a movie.

Where should the reviewer start?

Files:
MoviesViewController
Movie
APIManager

Preview

movies

Code review checklist Code Review Rubric

  1. DRY Principle (Don’t repeat yourself)

    • Excellent
    • Good
    • Adequate
    • Developing
  2. Yagni Principle (You Aren't Gonna Need It)

    • Excellent
    • Good
    • Adequate
    • Developing
  3. KISS Principle (Keep It Simple, St...d)

    • Excellent
    • Good
    • Adequate
    • Developing
  4. Remove unused code

    • Excellent
    • Good
    • Adequate
    • Developing
  5. Hard-coded values

    • Excellent
    • Good
    • Adequate
    • Developing
  6. Language style guide & coding conventions

  1. Architecture / Design Pattern

    • MVC
    • MVP
    • MVVM
    • VIPER
  2. Architecture Implementation

    • Excellent
    • Good
    • Adequate
    • Developing
  3. SOLID

  • Single Responsibility Principle

    • Excellent
    • Good
    • Adequate
    • Developing
  • Open Closed Principle

    • Excellent
    • Good
    • Adequate
    • Developing
  • Liskov substitutability principle

    • Excellent
    • Good
    • Adequate
    • Developing
  • Interface segregation

    • Excellent
    • Good
    • Adequate
    • Developing
  • Dependency Inversion principle

    • Excellent
    • Good
    • Adequate
    • Developing
  1. Testing

    • Excellent
    • Good
    • Adequate
    • Developing
  2. Force unwrapping !

    • Excellent
    • Good
    • Adequate
    • Developing
  3. Mutable vs immutable property (Right use of let and var)

    • Excellent
    • Good
    • Adequate
    • Developing
  4. Retain cycles (Capture list)

    • Excellent
    • Good
    • Adequate
    • Developing
  5. Code Documentation

    • Excellent
    • Good
    • Adequate
    • Developing

App request several lists of movies by topic
App display each requested list on a collection view
App play backgroud music
App display a detail screen for when user select a movie.
@JDandini
Copy link
Collaborator

Amigo por fa mergea tus cambios

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

Successfully merging this pull request may close these issues.

None yet

3 participants