conveyal / gtfs-lib

A library for loading and saving GTFS feeds of arbitrary size with disk-backed storage
BSD 2-Clause "Simplified" License
71 stars 38 forks source link

Replace table prefixes in method params with namespace. #354

Open binh-dam-ibigroup opened 2 years ago

binh-dam-ibigroup commented 2 years ago

I'm not the biggest fan of appending the dot here. I'm gonna note an issue for refactoring that later.

It would be cleaner and less confusing to only pass namespaces around instead of prefixes that combine the table namespace followed by a dot.

_Originally posted by @binh-dam-ibigroup in https://github.com/conveyal/gtfs-lib/pull/353#discussion_r890253095_