The Artima Developer Community
Sponsored Link

Java Buzz Forum
OO theory and practice considered harmful?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
scot mcphee

Posts: 75
Nickname: scotartt
Registered: Feb, 2004

Scot Mcphee is a Java/J2EE developer for Kaz Technology Services in Sydney, Australia.
OO theory and practice considered harmful? Posted: Jan 20, 2005 1:20 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by scot mcphee.
Original Post: OO theory and practice considered harmful?
Feed Title: SystemExxception()
Feed URL: http://www.autonomous.org/pebble/systemexxception/rss.xml?category=Java
Feed Description: java design and culture by scot mcphee
Latest Java Buzz Posts
Latest Java Buzz Posts by scot mcphee
Latest Posts From SystemExxception()

Advertisement

Via Straight Talking Java comes a link to an article on DevX, 'OOP Is Much Better in Theory Than in Practice'. I couldn't disagree more with this article. In fact it has so many misrepresentations and errors that it horrifies me to think that a technical journal would stoop to tabloid journalism to gain readers through misdirected controversy. Well, maybe that's more common than I think.

This is really the key sentence where the argument really starts to completely unravel;

A frequent argument for OOP is it helps with code reusability, but one can reuse code without OOP-often by simply copying and pasting.

Yes folks, OO is overkill because you can reuse code by duplicating in 100 different places in your code! No, the fact that if you want to change that algorithm now means you have to change it 100 times (mistake prone), is not an objection. Cut and paste away fellows!

Read: OO theory and practice considered harmful?

Topic: [Jan 13, 2005 14:57 PST] 6 Links Previous Topic   Next Topic Topic: Head First Servlets & JSP and Head First Design Patterns named Jolt Finalists

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use