Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. OOP is driving me crazy!

OOP is driving me crazy!

Scheduled Pinned Locked Moved C / C++ / MFC
tutorialc++question
26 Posts 6 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L led mike

    Matthew Faithfull wrote:

    Strangely it seems to be absent form the forum.

    I can see it. I'm afraid to even try the Permalink feature on the "new and destroyed" version of CP! :-D

    Matthew Faithfull wrote:

    I haven't manufactured any technical debt in years.

    So you haven't developed any software in years? It's all but impossible to keep from creating technical debt when developing software. It's just a matter of degrees and managing risk in most cases.

    Matthew Faithfull wrote:

    just because we understand the OPs needs differently.

    Fair enough, I read the OP as being interested in the design aspects of his problem. It's very rare to see anyone posting something here that even hints at an interest in design issues.

    M Offline
    M Offline
    Matthew Faithfull
    wrote on last edited by
    #21

    led mike wrote:

    So you haven't developed any software in years?

    Sometimes it feels like it on this project but no, I reckon I've removed as much technical debt as I've added certainly in the last few years, 2 working on a great product where it's easy enough to add code with an absolute minimum of the usual risks. Before that the previous product I worked on was so bad that pretty much every change I made removed more problems that it created. Fair enough, I read the OP as being a C programmer doing nothing resembling actual OOP but wanting to use C++, to head in the right direction and needing a bridge from C to C++ thinking before diving in with patterns. I am quite familiar with the GOF and all their works. I've even posted a patterns article[^] which you're very welcome to shred if you so wish. :)

    Nothing is exactly what it seems but everything with seems can be unpicked.

    1 Reply Last reply
    0
    • L led mike

      Lord Kixdemp wrote:

      I deserve harsh punishment for not Googling first.

      And you will likely receive harsh punishment if you tightly couple a business object to a view. Your punishment will be in the form of dealing with the technical debt[^] of a poor design. OOD is a tool that can solve problems of software development like hard to maintain and inflexible code. Notice I said it "can" solve those problems, or a sub optimal design, like one that would tightly couple business classes to view classes, could result in "creating" those same problems. There is much information available on the subject of Object Oriented Design. I strongly suggest you take some time to become familiar with things like best practices and principles of object oriented design. You might try some articles or tutorials and for sure get introduced to Software Design Patterns[^]. Good luck

      L Offline
      L Offline
      Lord Kixdemp
      wrote on last edited by
      #22

      Wow, looks like there's more to software development than just coding. :wtf: I looked up for some tutorials, and found this bunch: http://www.devdaily.com/Dir/OOA_OOD/Patterns/Tutorials/[^] You seem to know about the subject, so would you mind pointing out which of those is the best to start with? :) Thanks!

      Windows Calculator told me I will die at 28. :(

      L 1 Reply Last reply
      0
      • L led mike

        Don't bother trying to convince me, just go right to someone like Kent Beck with your opinion.

        CPalliniC Offline
        CPalliniC Offline
        CPallini
        wrote on last edited by
        #23

        led mike wrote:

        Don't bother trying to convince me

        Oh, I don't need (and don't want) to do that. I just expressed my own opinion (maybe ad (dis)advantage ;) of other people reading the thread)

        led mike wrote:

        just go right to someone like Kent Beck with your opinion

        Good designs depend on a lot of factors, the less important being authority. :-D

        If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.

        In testa che avete, signor di Ceprano?

        L 1 Reply Last reply
        0
        • CPalliniC CPallini

          led mike wrote:

          Don't bother trying to convince me

          Oh, I don't need (and don't want) to do that. I just expressed my own opinion (maybe ad (dis)advantage ;) of other people reading the thread)

          led mike wrote:

          just go right to someone like Kent Beck with your opinion

          Good designs depend on a lot of factors, the less important being authority. :-D

          If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.

          L Offline
          L Offline
          led mike
          wrote on last edited by
          #24

          CPallini wrote:

          Good designs depend on a lot of factors, the less important being authority.

          I see, so you are someone that is so accomplished at software development that you do not need to heed the advice of well established experts in the industry. Ok well good luck with that. Happy Holidays and all. :rolleyes:

          CPalliniC 1 Reply Last reply
          0
          • L led mike

            CPallini wrote:

            Good designs depend on a lot of factors, the less important being authority.

            I see, so you are someone that is so accomplished at software development that you do not need to heed the advice of well established experts in the industry. Ok well good luck with that. Happy Holidays and all. :rolleyes:

            CPalliniC Offline
            CPalliniC Offline
            CPallini
            wrote on last edited by
            #25

            led mike wrote:

            I see, so you are someone that is so accomplished at software development that you do not need to heed the advice of well established experts in the industry.

            Of course I really need to heed their advice. This doesn't mean I'm not able to have an independent opinion.

            led mike wrote:

            Ok well good luck with that

            Thank you, I need it.

            led mike wrote:

            Happy Holidays and all.

            Happy Holidays to you! :)

            If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.

            In testa che avete, signor di Ceprano?

            1 Reply Last reply
            0
            • L Lord Kixdemp

              Wow, looks like there's more to software development than just coding. :wtf: I looked up for some tutorials, and found this bunch: http://www.devdaily.com/Dir/OOA_OOD/Patterns/Tutorials/[^] You seem to know about the subject, so would you mind pointing out which of those is the best to start with? :) Thanks!

              Windows Calculator told me I will die at 28. :(

              L Offline
              L Offline
              led mike
              wrote on last edited by
              #26

              Lord Kixdemp wrote:

              would you mind pointing out which of those is the best to start with?

              It's almost impossible to know which one is better suited to your needs. Everyone is different. I will tell you that from my experience I have been a student of Object Oriented Design for years and I see no end to that on the horizon. So if your intention is continual improvement buckle up for a long ride of reading and trying to understand OOD. And if that wasn't enough there is Aspect Oriented and a new resurgence of Functional Programming that is being added to the .NET platform. If you do spend time reading on the subject you will eventually come upon some of the leading experts in the industry. They have Wiki's, Blogs whatever that discuss OOD. A couple of them are Kent Beck and Ward Cunningham. Cunningham maybe invented the Wiki[^], not sure, where he started the Portland Pattern Repository. Anyway that site is so full of information I doubt you could ever read it all. Hope that helps.

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups