How to organize JS files in a Appcelerator Titanium project
Posted
by tilomitra
on Stack Overflow
See other posts from Stack Overflow
or by tilomitra
Published on 2010-04-04T04:46:20Z
Indexed on
2010/04/04
4:53 UTC
Read the original article
Hit count: 679
Hi all:
I have recently started creating an iPhone application using Appcelerator's Titanium. Since the application is essentially all JS, I needed some advice on how I should organize this project.
It's becoming very easy to just create long procedural files for each view in the application. Is there a way I can incorporate MVC, or some structure to the project?
Thanks, I appreciate it. -Tilo
© Stack Overflow or respective owner