Skip to content

Add `fromRESP` label to `RESPValueConvertible.init`

Nathan Harris requested to merge init-label into 47-proposal-feedback

Motivation:

During SSWG review, feedback was provided on the API design of the RESPValueConvertible.init signature and how it should appropriately follow Swift Design Guidelines regarding labels.

Modifications:

RESPValueConvertible.init(_: is now RESPValueConvertible.init(fromRESP:).

Result:

There should be more clarity at the call site when initializing a type from a RESPValue.

This contributes to #47 (closed)

Edited by Nathan Harris

Merge request reports