Esri / maps-app-ios

Your organisation's mapping app built with the Runtime SDK for iOS
Apache License 2.0
19 stars 24 forks source link

Reduce the number of extension files #38

Open nixta opened 7 years ago

nixta commented 7 years ago

From @mhdostal:

There are a lot of extension files with only a few methods in them. I think it would be more efficient and readable if the extensions were included in the main class file, separated by a //MARK: comment to keep things organized.

nixta commented 7 years ago

Agreed. It can get painful at times. I think there is value as a teaching tool to keep the files super-simple, but I also know I've taken it too far at times. There are some extensions I could definitely roll into the main class file. Let me tackle this in a branch.