Discussion about this post

User's avatar
muralla's avatar

Great series so far! I'd like to know your thoughts about reusing the same Beer model across all the modules. What are your thoughts about having different models for each module and using a mapper. ie: have different structs for the backend model and the model used by the UI

Expand full comment
manik's avatar

Would it be better to create initializers using generics instead of using the protocol directly since using the protocol would result in a boxed type and have a performance penalty?

Expand full comment
2 more comments...

No posts