Re: [dev] Conversation with Anselm R. Garbe of suckless.org

From: markus schnalke <meillo_AT_marmaro.de>
Date: Tue, 15 Sep 2009 21:33:22 +0200

[2009-09-13 23:34] Amit Uttamchandani <atu13439_AT_csun.edu>
>
> Just curious as to the arguments against OO programming. All the classes
> I have taken in uni always trumpet OO.

The problem of discussions with most people about OO is that they
simply have this different POV. They have their many-thousand SLOC
large code blocks in mind.

OO becomes senseless when your programs are small and simple.

You have the separation in the operation system then. Single
independent programs take the place of classes. You can combine them
to larger programs.

Then you have real reusability!

But most programmers don't reach this POV, hence they keep coding fat,
bloated software crap.

meillo

Received on Tue Sep 15 2009 - 19:33:22 UTC

This archive was generated by hypermail 2.2.0 : Tue Sep 15 2009 - 19:36:02 UTC