fchiusolo / RandomJokes

App that displays random jokes about someone in the user's contacts list
2 stars 0 forks source link

Improve request types #4

Closed fchiusolo closed 4 years ago

fchiusolo commented 4 years ago

Check if the new Swift some keyword could be useful for avoiding the issues with generics in order to rewrite better the Request<T> types

fchiusolo commented 4 years ago

Opaque Types has other purposes. Maybe the only solution is using Type Erasure