Mike Austin's Blog

Friday, January 21, 2005

Why do some people hate object oriented programming?

"A frequent argument for OOP is it helps with code reusability, but one can reuse code without OOP—often by simply copying and pasting. There's no need to superimpose some elaborate structure of interacting, instantiated objects, with all the messaging and fragility that it introduces into a program."

-- http://www.devx.com/DevX/Article/26776

So should I just go back to coding in assembly language? :)

2 Comments:

Post a Comment

<< Home