digitalmars.D.announce - OOP Design Pattern examples in D
- thinwybk (8/8) Aug 15 2017 I created a project on GitHub
- CRAIG DILLABAUGH (2/10) Aug 15 2017 Interesting idea, I will try to pop in from time to time.
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
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