You are reading Building in JS using MVC (especially those big apps). You can leave a comment or trackback this post.
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Nov | Jan » | |||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 | ||
Posted on December 27th, 2010 by thiswayup.
Categories: dev.
This year has been for me learning not only how to improve my site build technical skills but more importantly understanding the best approach to building sites. As part of this I enjoy learning about things such as design patterns and I have a better appreciation of things such as MVC after being on a few projects using different PHP frameworks. What makes it more fun for myself is when I get to see something I have familiar with in a different light, in this case MVC in JS!
I think its definitely important to approach bigger site builds with a bit more structure and I agree with other that site builds are becoming such big buggers, they're becoming apps themselves. This requires the discipline of building in a way that not only do they work and meet the brief (blah blah), but they are also readily maintainable/scalable. This in contrast to the dark past of copying bits of code and hacking it together.
Anyways, I digress a little. I've heard of MVC in JS but I haven't really put too much time into it and just read a great on it.
Some of the things that grabbed my attention reading it :
So do check out the article, it's very well written and no doubt I'll be using it as a reference if I get the chance to build any bigger apps!
Building Large-Scale jQuery Applications
0 comments.
Comments can contain some xhtml. Names and emails are required (emails aren't displayed), url's are optional.