OOP Design Pattern examples in D
thinwybk via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Tue Aug 15 03:38:44 PDT 2017
I created a project on GitHub
(https://github.com/fkromer/d-design-patterns) which shall end up
containing examples of all common OOP design patterns implemented
in D. D beginners should be able to run the examples easily with
rdmd. (That's the reason why patterns should reside in a single
file.) If D-specific implementations are reasonable they are
favored about the generic OOP implementation variants. Feel free
to come round...
More information about the Digitalmars-d-announce
mailing list