jasontbradshaw / iron-tools

Stream video over the web for either immediate or delayed viewing by an arbitrary number of clients.
3 stars 0 forks source link

Refactor to separate 'GUI' code from logic #6

Closed jasontbradshaw closed 14 years ago

jasontbradshaw commented 14 years ago

Being able to test our app would be much easier if it existed as a standalone python module, and was instead imported and used from a web application.

Separating logic and 'GUI' code is a good idea in general, since it will aid in testing (we wouldn't have to test through flask that way) and clean up the app code in general.

jasontbradshaw commented 14 years ago

fixed with refactor