/dmvc

mvc examples in d

Primary LanguageD

dmvc

Examples in D from Understanding Model-View-Controller

Traditional MVC

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