[swift-evolution] [Review] SE-0089: Renaming String.init<T>(_: T)
Leonardo Pessoa
me at lmpessoa.com
Wed May 18 15:34:49 CDT 2016
> Hello Swift community,
>
> The review of "SE-0089: Renaming String.init<T>(_: T)" begins now and runs through May 23. The proposal is available here:
>
> https://github.com/apple/swift-evolution/blob/master/proposals/0089-rename-string-reflection-init.md
>
> * What is your evaluation of the proposal?
As described in the proposal, it makes sense. I never faced the issue
myself but agree to the change. I'd also go with Jacob's version
'init(describing:)' since there is no guarantee the resulting string
will be printed but will surely describe the object used as argument.
> * Is the problem being addressed significant enough to warrant a change to Swift?
As outlined by the proposal, yes.
> * Does this proposal fit well with the feel and direction of Swift?
Yes.
> * If you have used other languages or libraries with a similar feature, how do you feel that this proposal compares to those?
None.
> * How much effort did you put into your review? A glance, a quick reading, or an in-depth study?
A quick reading.
More information about the swift-evolution
mailing list