Code4HR / hrt-bus-finder

Web app for the HRT bus API, GitHub Pages, @bschoenfeld and @wbprice
hrtb.us
16 stars 33 forks source link

Modularize code #132

Open wbprice opened 9 years ago

wbprice commented 9 years ago

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

and the Router.

--- 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).