Florian Ludot
Florian Ludot
Based on the documentation: `IdentifiableType`: The `identity` provided by the `IdentifiableType` protocol must be an **immutable identifier representing an instance of the model**. For example, in case of a `Car`...
Hi, I am a big fan of the Hot reloading helper [Inject](https://github.com/krzysztofzablocki/Inject). I was testing ReSwift with the CounterExample app, refactoring the UI layer to use a programmatic approach instead...
Hi and thank you for this library. I am new to diffing. I tested the example project and I am now trying to use Diffing with MMVM. Here is the...