[swift-evolution] Remove Failable Initializers
Ben Rimmington
me at benrimmington.com
Mon Mar 7 13:14:29 CST 2016
> On 7 Mar 2016, at 15:40, James Campbell via swift-evolution <swift-evolution at swift.org> wrote:
>
> This is my draft proposal.
>
> https://github.com/jcampbell05/swift-evolution/blob/master/proposals/0045-remove-falliable-initilizer.md
>
> Let me know your thoughts.
You've spelled "failable" wrong (both in the proposal and its filename). Were you thinking of "fallible" -- capable of making mistakes or being wrong?
Also, the official definition of a "failable initializer" is written in:
<https://github.com/apple/swift/blob/master/docs/FailableInitializers.rst>
It includes both optional return type and throwing initializers.
-- Ben
More information about the swift-evolution
mailing list