On Friday, 23 August 2013 at 06:29:53 UTC, Jacob Carlborg wrote:
On 2013-08-22 15:43, Flamaros wrote:
A lot of GUI system that respect the MVC system put the
controller in
the native code.
And you don't want that? Or what has that do to with anything?
With DQuick the Controller is in the script side, it's more
flexible.
Imagine a list of thumbnail of projects, to put a special
thumbnail in the list that will allow creation of a new one. This
special '+' thumbnail is created completely on the script side.
If GUI designer want to go back on this design the developer will
not be impacted because he can modify the controller with the
view.