Re: Blog post : OOP composition with mixins

2015-09-01 Thread via Digitalmars-d-announce
On Monday, 24 August 2015 at 11:10:16 UTC, Dicebot wrote: Rough summary of the talk I have given for recent Berlin D meetup event: https://blog.dicebot.lv/posts/2015/08/OOP_composition_with_mixins I'm having trouble resolving that DNS name.

Re: Blog post : OOP composition with mixins

2015-09-01 Thread Dicebot via Digitalmars-d-announce
On Tuesday, 1 September 2015 at 10:18:08 UTC, Luís Marques wrote: On Monday, 24 August 2015 at 11:10:16 UTC, Dicebot wrote: Rough summary of the talk I have given for recent Berlin D meetup event: https://blog.dicebot.lv/posts/2015/08/OOP_composition_with_mixins I'm having trouble resolving

Re: Blog post : OOP composition with mixins

2015-09-01 Thread Dicebot via Digitalmars-d-announce
On Tuesday, 1 September 2015 at 13:44:15 UTC, cym13 wrote: BTW, a bit HS but in your article about Rust (https://blog.dicebot.lv/posts/2015/01/thoughts_about_rust_from_d_programmer) there is a “” lying in the first example. Thanks, fixed.

Re: Blog post : OOP composition with mixins

2015-09-01 Thread Dicebot via Digitalmars-d-announce
On Tuesday, 1 September 2015 at 14:11:44 UTC, Meta wrote: On Monday, 24 August 2015 at 11:10:16 UTC, Dicebot wrote: Rough summary of the talk I have given for recent Berlin D meetup event: https://blog.dicebot.lv/posts/2015/08/OOP_composition_with_mixins Are you planning on submitting this

Re: Blog post : OOP composition with mixins

2015-09-01 Thread cym13 via Digitalmars-d-announce
On Tuesday, 1 September 2015 at 11:36:49 UTC, Dicebot wrote: On Tuesday, 1 September 2015 at 10:18:08 UTC, Luís Marques wrote: On Monday, 24 August 2015 at 11:10:16 UTC, Dicebot wrote: Rough summary of the talk I have given for recent Berlin D meetup event:

Re: Blog post : OOP composition with mixins

2015-09-01 Thread Meta via Digitalmars-d-announce
On Monday, 24 August 2015 at 11:10:16 UTC, Dicebot wrote: Rough summary of the talk I have given for recent Berlin D meetup event: https://blog.dicebot.lv/posts/2015/08/OOP_composition_with_mixins Are you planning on submitting this article to Reddit/Hacker News?

Re: Blog post : OOP composition with mixins

2015-09-01 Thread Meta via Digitalmars-d-announce
On Tuesday, 1 September 2015 at 14:32:11 UTC, Dicebot wrote: On Tuesday, 1 September 2015 at 14:11:44 UTC, Meta wrote: On Monday, 24 August 2015 at 11:10:16 UTC, Dicebot wrote: Rough summary of the talk I have given for recent Berlin D meetup event:

Re: Blog post : OOP composition with mixins

2015-08-31 Thread jmh530 via Digitalmars-d-announce
On Monday, 24 August 2015 at 11:10:16 UTC, Dicebot wrote: Rough summary of the talk I have given for recent Berlin D meetup event: https://blog.dicebot.lv/posts/2015/08/OOP_composition_with_mixins It seems like mixin templates can be used like alias this, but mixin templates are more

Re: Blog post : OOP composition with mixins

2015-08-31 Thread Dicebot via Digitalmars-d-announce
On Monday, 31 August 2015 at 14:44:27 UTC, jmh530 wrote: On Monday, 24 August 2015 at 11:10:16 UTC, Dicebot wrote: Rough summary of the talk I have given for recent Berlin D meetup event: https://blog.dicebot.lv/posts/2015/08/OOP_composition_with_mixins It seems like mixin templates can be

Re: Blog post : OOP composition with mixins

2015-08-31 Thread Abdulhaq via Digitalmars-d-announce
On Monday, 24 August 2015 at 13:28:23 UTC, Atila Neves wrote: On Monday, 24 August 2015 at 11:10:16 UTC, Dicebot wrote: Rough summary of the talk I have given for recent Berlin D meetup event: https://blog.dicebot.lv/posts/2015/08/OOP_composition_with_mixins Nice. I've only just started

Re: Blog post : OOP composition with mixins

2015-08-25 Thread thedeemon via Digitalmars-d-announce
On Monday, 24 August 2015 at 16:21:04 UTC, Dejan Lekic wrote: What I think D community would benefit from would be a series of Idiomatic D articles. This collection of short pieces comes to mind: http://p0nce.github.io/d-idioms/

Re: Blog post : OOP composition with mixins

2015-08-24 Thread Atila Neves via Digitalmars-d-announce
On Monday, 24 August 2015 at 11:10:16 UTC, Dicebot wrote: Rough summary of the talk I have given for recent Berlin D meetup event: https://blog.dicebot.lv/posts/2015/08/OOP_composition_with_mixins Nice. I've only just started exploring code reuse with template mixins, and used it to great

Re: Blog post : OOP composition with mixins

2015-08-24 Thread Dejan Lekic via Digitalmars-d-announce
Good article. However, composition also has some drawbacks and they should be explained. Speaking about Java and inheritance, and popular believe it is overused - Yes, maybe it is, but Java does not have language features D has, and it should not be blamed for that. Interesting article for

Blog post : OOP composition with mixins

2015-08-24 Thread Dicebot via Digitalmars-d-announce
Rough summary of the talk I have given for recent Berlin D meetup event: https://blog.dicebot.lv/posts/2015/08/OOP_composition_with_mixins