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? :)
-- http://www.devx.com/DevX/Article/26776
So should I just go back to coding in assembly language? :)