Right now, all the bus finder logic is in single file. We should split apart the file to make the code easier to manage. Use Browserify to stitch everything back together.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/9088017-modularize-code?utm_campaign=plugin&utm_content=tracker%2F161853&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F161853&utm_medium=issues&utm_source=github).
Right now, all the bus finder logic is in single file. We should split apart the file to make the code easier to manage. Use Browserify to stitch everything back together.
I wrote a reference app based on TodoMVC using Browserify and Backbone to show what I'm looking for: https://github.com/wbprice/browserify-backbone-test
Collections
Models
Views
and the Router.