GritLearning / grit

Grit Learning app
5 stars 1 forks source link

We want to do as much development in the browser as possible. #8

Closed eoinkelly closed 11 years ago

eoinkelly commented 11 years ago

I have found it really useful to keep the app working in browser as well as on device because developing in the browser is much faster and provides a better tool-chain for debugging, testing etc.

If we put platform dependent code into modules that the rest of the app can call into we can stub out anything that might be missing in a given environment (the target environment can be discovered at run-time or as part of a build step)

norbu09 commented 11 years ago

separated android and browser based code