Protocol Programming Problem
I love the idea of protocol oriented programming. So far, I’ve used it in a limited way. But, while branching out I ran in to this case that has so far forced me to use more boiler plate code than I think I should (guard statements and casting of properties) I’m looking to understand why […]