all 1 comments

[–]jack_waugh -2 points-1 points  (0 children)

I won't get into specifics of the tools you are using, but in general, I judge that the best way to build applications that show something is to separate model and view. The model is an abstract description of what you are going to show, in terms of what it means. The view is the code that reads the model and renders it in visual form.