Skip to content
  • Nathan Harris's avatar
    Add `fromRESP` label to `RESPValueConvertible.init` · 60d5c4ce
    Nathan Harris authored and Nathan Harris's avatar Nathan Harris committed
    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
    60d5c4ce