Object orientation - can you have too much of a good thing?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
21 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Object orientation - can you have too much of a good thing?

Jason Johnson-5
On 10/29/07, Igor Stasenko <[hidden email]> wrote:
>
> I don't see how given problem (lack of multiple dispatch) could be
> considered as a OO problem, or as an example against using OO
> principles.

It's not a problem, per se, just syntactic sugar.  But it does result
in less lines of code for common patterns, and is therefor good if you
have an elegant way to add it to your system.

12