<div dir="ltr">+1. This makes a lot of sense.</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 3, 2016 at 3:03 PM, Howard Lovatt <span dir="ltr">&lt;<a href="mailto:howard.lovatt@gmail.com" target="_blank">howard.lovatt@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I would prefer the name `Xxxable` to imply a method `xxx`. For example `CustomStringConvertable` becomes `Describable`, because its method is `description`. Similarly `IntergerLiteralConvertable` becomes `IntegerLiteralInitializable` because it has an `init` with a `integerLiteral` label. IE I am suggesting a one-to-one correspondence between the main &#39;method&#39; name and the protocol name with &#39;able&#39; added.<div><div class="h5"><br><br>On Thursday, 3 March 2016, Bradley Hilton via swift-evolution &lt;<a>swift-evolution@swift.org</a>&gt; wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">Just going to put in my two cents: I think `Initializable` makes more sense than `Createable` or `Instantiable` assuming that we want to encourage protocols with initializers rather than static methods which aren’t as pretty. ;) I believe `Serializable` or `Representable` would be great for converting types to a given value. I’m also of the mind that `Convertible` should represent the combination of `Initializable` and `Serializable` protocols and may in many cases simply exist as a convenience protocol that inherits from the two.<br>
<br>
&gt; I have drafted a proposal to establish precise conventional meaning for the use of `Convertible`, `Representable`, and `Projectable` protocol suffixes. The proposal would require renaming `CustomStringConvertible` and `CustomDebugStringConvertible` to `CustomStringProjectable` and `CustomStringProjectable` respectively<br>
&gt;<br>
&gt; I am seeking input on the proposal before submitting a PR. The full draft can found at <a href="https://github.com/anandabits/swift-evolution/blob/conversion-protocol-conventions/proposals/0000-conversion-protocol-conventions.md" target="_blank">https://github.com/anandabits/swift-evolution/blob/conversion-protocol-conventions/proposals/0000-conversion-protocol-conventions.md</a>&lt;<a href="https://github.com/anandabits/swift-evolution/blob/conversion-protocol-conventions/proposals/0000-conversion-protocol-conventions.md" target="_blank">https://github.com/anandabits/swift-evolution/blob/conversion-protocol-conventions/proposals/0000-conversion-protocol-conventions.md</a>&gt;.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Matthew<br>
&gt;<br>
&gt;<br>
&gt;<br></div></div>
_______________________________________________<br>
swift-evolution mailing list<br>
<a>swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><span class="HOEnZb"><font color="#888888"><br>
</font></span></blockquote><span class="HOEnZb"><font color="#888888">
<br><br>-- <br>-- Howard.<br>
</font></span></blockquote></div><br></div>