SRGSSR / srgdataprovider-apple

A library to retrieve SRG SSR unified metadata
MIT License
0 stars 1 forks source link

Naming consistency #29

Open defagos opened 3 years ago

defagos commented 3 years ago

In Swift capitalized words are avoided (e.g. Url instead of URL). The new Combine API follows these guidelines (e.g. Urn), but the imported Network Objective-C API does not (URN).

We should maybe fix these issues by defining Swift aliases for imported Objective-C APIs.