ParkingReformNetwork / parking-lot-map

Interactive map showing how much of downtowns are dominated by parking
https://parkingreform.org/parking-lot-map/
MIT License
1 stars 5 forks source link

Use early returns #203

Closed Eric-Arellano closed 1 month ago

Eric-Arellano commented 1 month ago

This reduces the nesting of everything, which makes the code more readable. We also now use instanceof for runtime checks, whereas before we were using type casts which could have been wrong.