www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - OOP Design Pattern examples in D

reply thinwybk <thinwybk mailbox.org> writes:
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...
Aug 15 2017
parent CRAIG DILLABAUGH <craig.dillabaugh gmail.com> writes:
On Tuesday, 15 August 2017 at 10:38:44 UTC, thinwybk wrote:
 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...
Interesting idea, I will try to pop in from time to time.
Aug 15 2017