Improved Protocol-Oriented Programming with Untyped Type Aliases (part 2)

Michi Kono
Capital One Tech
Published in
1 min readMar 30, 2016

--

Protocol-Oriented Programming combined with generics introduces new strategies for writing great iOS software. They eliminate an entire class of bugs by allowing your team to catch bugs during compile-time instead of runtime.

Read the rest of this article on my blog.

--

--