Architecture/pattern resources for small applications and tools
Posted
by
s73v3r
on Programmers
See other posts from Programmers
or by s73v3r
Published on 2011-02-22T00:24:03Z
Indexed on
2011/02/22
23:33 UTC
Read the original article
Hit count: 358
architecture
|application-design
I was wondering if anyone had any resources or advice related to using architecture patterns like MVVM/MVC/MVP/etc on small applications and tools, as opposed to large, enterprisy ones.
EDIT:
Most of the information I see on application architecture is directed at large, enterprise applications. I'm just writing small programs and tools. As far as using these architecture patterns, is it generally worthwhile to go through the overhead of using an MVC/MVVM framework? Or would I be better off keeping it simple?
© Programmers or respective owner