www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - The impoliteness of overriding methods

reply Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
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/
Dec 19 2012
parent "Denis Koroskin" <2korden gmail.com> writes:
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!
Dec 19 2012