jariarkko / psgeo

Activity location library
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Some branching in psgeo.js is excessive #272

Closed ralfstrandell closed 1 year ago

ralfstrandell commented 1 year ago

Conditional branching, which is several layers deep can be a pain to read.

ralfstrandell commented 1 year ago

Structures like if ... return ... else if ... return ... else if ... return ... else return ...

have been flattened to if return ... if return ... ...

for readability