Back to Feed
Link github

✅ PR: Refactor PetitionsController to use programmatic UI

Repository: Say-Their-Name/say-their-names-ios
Open-source platform that raises awareness of the injustice and often forgotten names of racial inequality.


This commit is being used to propose a potential MVC design pattern.

  • ViewController is responsible for utilizing services, handling business logic, and providing the view with data
  • View is responsible for laying out subviews and displaying the data that is provided to it. (Views should be dumb and should not implement any business logic)

PLEASE COMMENT ON THIS PR IF YOU DISAGREE WITH THIS PROPOSAL

Visit github.com