[swift-evolution] [Review] SE-0023 API Design Guidelines

David Hart david at hartbit.com
Mon Jan 25 06:45:20 CST 2016



> On 24 Jan 2016, at 00:49, Joe Groff via swift-evolution <swift-evolution at swift.org> wrote:
> 
> It's probably a better long-term direction for the protocol type to be something you ask for (as "any<Protocol>", maybe), and for protocols to live in a separate namespace.

Ils vote for that! The alternative is to distinguish them with naming conventions like in C# where they are all prefixed with I. But I prefer any<>


More information about the swift-evolution mailing list