Organizing source code files by type vs intent
All of us have certainly seen source code files being organized by types. There’s a group named View Controllers, a group named Models, a group named View...
All of us have certainly seen source code files being organized by types. There’s a group named View Controllers, a group named Models, a group named View...
Last time, we looked at the route from the ListOrders scene to the ShowOrder scene in details. This time, we’ll examine all the routes from all the scenes in th...
Neil Smith is a subscriber to the Clean Swift list. He recently sent me an email asking about coordinator, protocol, naming, and closure. After a few exchanges,...
There is a subtle change in the latest template update. The variables viewController, interactor, and presenter are now declared as real optionals using ?. (The...
Since I started talking about Clean Swift iOS architecture, I’ve received a lot of positive feedback. Many people have downloaded my Xcode templates and put the...