Refactor: Change Signature on a Protocol [Interface]
When a “raw” type appears in a protocol, it encourages it to spread all over. Recently, I needed to encapsulate a type: I had used “array of integer” ([Int]) in a number of places, and I wanted to change this Continue reading Refactor: Change Signature on a Protocol [Interface]