December 19, 2012
Some interesting blog post: http://journal.stuffwithstuff.com/2012/12/19/the-impoliteness-of-overriding-methods/

It's a post about a common problem in class design, I've ran into it a few times in D too.

Reddit thread: http://www.reddit.com/r/programming/comments/1546h3/the_impoliteness_of_overriding_methods/
December 20, 2012
On Wed, 19 Dec 2012 15:11:34 -0800, Andrej Mitrovic <andrej.mitrovich@gmail.com> wrote:

> Some interesting blog post:
> http://journal.stuffwithstuff.com/2012/12/19/the-impoliteness-of-overriding-methods/
>
> It's a post about a common problem in class design, I've ran into it a
> few times in D too.
>
> Reddit thread: http://www.reddit.com/r/programming/comments/1546h3/the_impoliteness_of_overriding_methods/

Very interesting article, thanks for sharing!