wtimme / OSM-Completionist

⛔️ DEPRECATED iOS companion app for OpenStreetMap that allows contributors to complete missing information
ISC License
18 stars 4 forks source link

Remove unused code #1

Closed wtimme closed 4 years ago

wtimme commented 4 years ago

From bryceco/GoMap#174:

This branch removes a lot of code that was commented out or enclosed by #if 0 conditions.

I do realize that these are quite some changes, and that it (at least in parts) removes some of the effort that was already put it, e. g. for future features. That is why I tried to split the pull request into as much (meaningful) commits as possible. This allows us to later retrieve all the changes back from the Git history, meaning that nothing is lost.

My main goal here was to reduce the amount of (unused) code that one needs to read in order to understand the repository and all of its files, enabling an easier access to fellow developers.

[...]

By making the codebase even easier to understand, I hope we can get more people to join the cause.