Hacker News new | ask | show | jobs
by trangon 2338 days ago
MVC, the way it’s implemented in UIKit, leads to code that is very difficult to test, mixes business logic and view layout and navigation, and leads to massive view controllers. You have to be very careful to avoid it.