A deep discussion about coordinator, protocol, naming, and closure
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,...
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,...
Some of you have raised the annoyance of having to declare the same methods in duplicate input and output protocols, in separate files. I hear ya. You’ll love t...
There has been a lot of buzz ever since the 2015 WWDC talk on Protocol Oriented Programming. But the underlying principle has been around forever. Protocol is a...