Hi,
I'm doing .NET MVC a lot so I think I understand the MVC design pattern. I'm analyzing my projects according to the Domain Driven Design (Eric Evans) methodology. Anyways..
But in JavaScript it's hard for me to think "MVC" when I'm creating libraries.
Do you have a small example or any experience to share with me on how a small JavaScript could use the MVC design pattern?
I'm quite comfortable with JavaScript.
Thanks!