Examples in D from Understanding Model-View-Controller
Described in chap. 1.3.
Contains three different implementation:
- observer (
dub -co
) - with delegate (
dub -cdel
) - with signal (
dub -csig
)
In order to test:
$ dub test
Examples in D from Understanding Model-View-Controller
Described in chap. 1.3.
Contains three different implementation:
dub -co
)dub -cdel
)dub -csig
)In order to test:
$ dub test