meilisearch-swift icon indicating copy to clipboard operation
meilisearch-swift copied to clipboard

Create type aliases on long types

Open bidoubiwa opened this issue 3 years ago • 0 comments
trafficstars

Types in the library can become very long. For example:

https://github.com/meilisearch/meilisearch-swift/blob/6b3d779c726a461be1009e9786773709589627d0/Sources/MeiliSearch/Client.swift#L208

This makes for hard to read code and hard to maintain. Type aliases are a good solution to that. For example the above could become TaskResults

bidoubiwa avatar Feb 10 '22 14:02 bidoubiwa