Not only do singleton's make it hard to test but they also make it harder
to get people to write testable code.

As for static functions, I like to think of them as baby steps towards
writing functional language code and a nice fence around making sure your
functions have no side affects.
On Jan 16, 2013 8:18 PM, "Avi Kessner" <akess...@gmail.com> wrote:

> After laerning puremvc and robotlegs I got a mate project. At first I
> found it frustrating, then I got used to it. Then I wondered why the views
> were written so tightly that I couldn't shift the ui from the top to the
> left
> On Jan 16, 2013 12:59 PM, "Justin Mclean" <jus...@classsoftware.com>
> wrote:
>
>> Hi,
>>
>> > I have heard good things about "Mate" for MVC.  Has anyone used it?
>>
>> A few years ago  on several projects  - but a bit rusty now.  I
>> particularly liked how it used declarative markup (MXML) for the event
>> maps. If you needed to order multiple server calls  it made it very easy.
>>
>> Justin
>
>

Reply via email to