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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. The Lounge
  3. Have you read these?

Have you read these?

Scheduled Pinned Locked Moved The Lounge
comdesignalgorithmsbusinesscollaboration
54 Posts 25 Posters 3 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.
  • J Jun Du

    Many developers have gone through all the stages you mentioned, developer, team lead and architect. The distinctions between them are becoming less important. In many companies, team leaders and architects also code significantly. The difference seems to be that more experienced developers have more responsibilities and do more integration and trouble-shooting. No. I haven't read the two books you listed. Everyone probably has their own reading list. My two handy books are the Gang of Four's "Design Patterns" and Jeffery Richter's "Programming Applications for Microsoft Windows".

    Best, Jun

    N Offline
    N Offline
    Not Active
    wrote on last edited by
    #32

    Jun Du wrote:

    Many developers have gone through all the stages

    In most cases they have not gone through these stages but rather been given the title or responsibilities. An important distinction I believe. I'm sure we can all relate experiences with a lead or architect that had no idea what they were doing and only got the position through seniority.


    I know the language. I've read a book. - _Madmatt

    1 Reply Last reply
    0
    • N Not Active

      Going back to a discussion with co-workers I was somewhat surprised to learn that senior architects had not heard of these books let alone read them. I view both of these as classics that all developers should read if they want to move beyond just hacking out code all day. The questions are: 1) Have you read them? 2) What level of professional do you consider yourself? (Developer, Team Lead, Architect, etc.) Software Requirements, 2nd Edition[^] by Karl Wiegers Professional Software Development[^] by Steve McConnell There are several thousand books on the subject but which do you recommend as essential guidance for our profession? (Design Patterns (Gof) is a given :) ) Perhaps CP could add a recommended reading list with rankings, sort of a book review forum, to help people in searching a subject matter.


      I know the language. I've read a book. - _Madmatt

      M Offline
      M Offline
      Member 96
      wrote on last edited by
      #33

      Never heard of them and never read them and I absolutely disagree. I consider myself quite professional having made a living on apps I designed and coded in a highly competitive market for well over a decade now. Books are strictly 20th century, anyone can learn anything they need online now and the school of hard knocks can't be substituted by any book or course of study.


      There is no failure only feedback

      N J 2 Replies Last reply
      0
      • M Member 96

        Never heard of them and never read them and I absolutely disagree. I consider myself quite professional having made a living on apps I designed and coded in a highly competitive market for well over a decade now. Books are strictly 20th century, anyone can learn anything they need online now and the school of hard knocks can't be substituted by any book or course of study.


        There is no failure only feedback

        N Offline
        N Offline
        Not Active
        wrote on last edited by
        #34

        John C wrote:

        the school of hard knocks can't be substituted

        but it can certainly be augmented with addition learning from other sources and other subjects. IMO that is the mark of a professional, always trying to improve oneself beyond the narrow skills of ones immediate position.


        I know the language. I've read a book. - _Madmatt

        M 1 Reply Last reply
        0
        • I Ian Shlasko

          Like Ennis said, I think those design patterns books do more harm than good. Good programmers see a pattern in a book and often think "Oh, there's a name for that... I've been doing that for years." This makes communication slightly easier, but doesn't improve software quality very much. If it's actually new, then sure, it might inspire some new ideas. Below-average programmers, the ones who really need the books the most, will often see this pattern and think, "Wow, that's really cool! I should start using that for EVERYTHING!" And they do. And the rest of us die a little inside, while simultaneously chuckling and groaning at the new posts in the "Hall of Shame" forum. In my experience, I've seen more of the latter than the former... Patterns are nice, but the message needs to always be "Use the right tool for the right job." And that message just doesn't sell books.

          Proud to have finally moved to the A-Ark. Which one are you in?
          Author of the Guardians Saga (Sci-Fi/Fantasy novels)

          N Offline
          N Offline
          Not Active
          wrote on last edited by
          #35

          And what is the difference between the good programmer and the below-average one? How does the below-average become good? Do you discount the message because some misuse it or don't know how to interrupt it correctly?


          I know the language. I've read a book. - _Madmatt

          I 1 Reply Last reply
          0
          • N Not Active

            And what is the difference between the good programmer and the below-average one? How does the below-average become good? Do you discount the message because some misuse it or don't know how to interrupt it correctly?


            I know the language. I've read a book. - _Madmatt

            I Offline
            I Offline
            Ian Shlasko
            wrote on last edited by
            #36

            Don't discount the message... Change the message... Instead of "Here's a great new design pattern that will make everything work better!" it should be "Here's another possible way to design your system, and here's when it should be used: ..." Unfortunately, that wouldn't sell as many books, so it'll never happen.

            Proud to have finally moved to the A-Ark. Which one are you in?
            Author of the Guardians Saga (Sci-Fi/Fantasy novels)

            N 1 Reply Last reply
            0
            • I Ian Shlasko

              Don't discount the message... Change the message... Instead of "Here's a great new design pattern that will make everything work better!" it should be "Here's another possible way to design your system, and here's when it should be used: ..." Unfortunately, that wouldn't sell as many books, so it'll never happen.

              Proud to have finally moved to the A-Ark. Which one are you in?
              Author of the Guardians Saga (Sci-Fi/Fantasy novels)

              N Offline
              N Offline
              Not Active
              wrote on last edited by
              #37

              Ian Shlasko wrote:

              "Here's a great new design pattern that will make everything work better!"

              I can't recall any book making such a claim. Could be interrupting it as such because of your bias?

              Ian Shlasko wrote:

              "Here's another possible way to design your system, and here's when it should be used: ..."

              Curious because this is what I've seen in the Design Patterns books I've looked at.


              I know the language. I've read a book. - _Madmatt

              I 1 Reply Last reply
              0
              • N Not Active

                John C wrote:

                the school of hard knocks can't be substituted

                but it can certainly be augmented with addition learning from other sources and other subjects. IMO that is the mark of a professional, always trying to improve oneself beyond the narrow skills of ones immediate position.


                I know the language. I've read a book. - _Madmatt

                M Offline
                M Offline
                Member 96
                wrote on last edited by
                #38

                Could not agree more, but books are not the way to go these days.


                There is no failure only feedback

                P 1 Reply Last reply
                0
                • N Not Active

                  Ian Shlasko wrote:

                  "Here's a great new design pattern that will make everything work better!"

                  I can't recall any book making such a claim. Could be interrupting it as such because of your bias?

                  Ian Shlasko wrote:

                  "Here's another possible way to design your system, and here's when it should be used: ..."

                  Curious because this is what I've seen in the Design Patterns books I've looked at.


                  I know the language. I've read a book. - _Madmatt

                  I Offline
                  I Offline
                  Ian Shlasko
                  wrote on last edited by
                  #39

                  Mark Nischalke wrote:

                  I can't recall any book making such a claim. Could be interrupting it as such because of your bias?

                  I don't generally read those kinds of books (I prefer brief Internet articles, such as CP), so I'm making assumptions based on my experiences dealing with people who HAVE read those kinds of books.

                  Mark Nischalke wrote:

                  Curious because this is what I've seen in the Design Patterns books I've looked at.

                  Then it seems people are getting the wrong idea from it.

                  Proud to have finally moved to the A-Ark. Which one are you in?
                  Author of the Guardians Saga (Sci-Fi/Fantasy novels)

                  N 1 Reply Last reply
                  0
                  • I Ian Shlasko

                    Mark Nischalke wrote:

                    I can't recall any book making such a claim. Could be interrupting it as such because of your bias?

                    I don't generally read those kinds of books (I prefer brief Internet articles, such as CP), so I'm making assumptions based on my experiences dealing with people who HAVE read those kinds of books.

                    Mark Nischalke wrote:

                    Curious because this is what I've seen in the Design Patterns books I've looked at.

                    Then it seems people are getting the wrong idea from it.

                    Proud to have finally moved to the A-Ark. Which one are you in?
                    Author of the Guardians Saga (Sci-Fi/Fantasy novels)

                    N Offline
                    N Offline
                    Not Active
                    wrote on last edited by
                    #40

                    How the hell can you even make any comments on this subject :mad: You are truely an ignorant person and more a danger to the profession, and general population of the world, than any books you have not read. Try opening your mind and forming your own opinion. IMO you have no credibility here.


                    I know the language. I've read a book. - _Madmatt

                    1 Reply Last reply
                    0
                    • N Not Active

                      Ennis Ray Lynch, Jr. wrote:

                      rather than apply critical thinking he or she will blindly apply patterns even if they are inappropriate

                      Is this fault of the book or its authors though? This can be said for just about anything. VB allowed low caliber developers to think they were good. There are great books on database normalization but when it is taken to extremes in can decrease performance. The trick is to understand the concepts and know when, and when not, to use them. Don't shoot the messenger.


                      I know the language. I've read a book. - _Madmatt

                      J Offline
                      J Offline
                      Jeff Connelly
                      wrote on last edited by
                      #41

                      Mark Nischalke wrote:

                      Is this fault of the book or its authors though?

                      Guns don't kill people, people do. Having said that, I view the GoF book kind of like some people view an album like Pet Sounds by the Beach Boys. Important? Yes. Influential? Yes. Does anyone actually listen to it? No. In other words, if you don't have the book I wouldn't bother buying it. Get a newer book that is more applicable to what you're doing, or search forums and the web, but in any case you can leverage patterns without reading that book.

                      E 1 Reply Last reply
                      0
                      • E Ennis Ray Lynch Jr

                        It doesn't matter whose fault it is, the premise in the original post was that the book benefits our profession. It does not. Although, I have not read it, "The Mythical Man-Month" has been almost universally praised as being a benefit to our profession.

                        Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. "And they, since they Were not the one dead, turned to their affairs" -- Robert Frost

                        J Offline
                        J Offline
                        Jeff Connelly
                        wrote on last edited by
                        #42

                        Ennis Ray Lynch, Jr. wrote:

                        It doesn't matter whose fault it is, the premise in the original post was that the book benefits our profession. It does not.

                        You're just off a little, that's all. It's like saying alcohol has hurt our society, when in fact it has brought a lot of enjoyment and health when used correctly. A book that is technically correct can't hurt anything. You might want to say that misapplication or overapplication of the concepts in the book has hurt the profession. The book itself has helped our profession.

                        1 Reply Last reply
                        0
                        • N Not Active

                          I don't know whether to laugh at the ridiculousness of this statement or cry at what is happening to our industry that produces such thoughts


                          I know the language. I've read a book. - _Madmatt

                          J Offline
                          J Offline
                          Jeff Connelly
                          wrote on last edited by
                          #43

                          Well he might have a point about some not-so-great C++ code. But basically, the book is a catalog of preexisting solutions to software problems. So it's kind of hard to call it "merely" that, since that's what it claims to be, and that's a valuable thing. If it gets misapplied, that's the programmer's fault, not the book's.

                          1 Reply Last reply
                          0
                          • M Member 96

                            Never heard of them and never read them and I absolutely disagree. I consider myself quite professional having made a living on apps I designed and coded in a highly competitive market for well over a decade now. Books are strictly 20th century, anyone can learn anything they need online now and the school of hard knocks can't be substituted by any book or course of study.


                            There is no failure only feedback

                            J Offline
                            J Offline
                            Jeff Connelly
                            wrote on last edited by
                            #44

                            John C wrote:

                            the school of hard knocks can't be substituted by any book or course of study.

                            Comments like this are so inane. None of the elements of a lifetime of learning can be substituted by any of the other elements. Sometimes experience is helpful, sometimes it's not. Try learning to play blackjack in a casino, for example, instead of from a book and we'll see how bad of a blackjack player you are. Considering the fact that books are "online" now makes your comment about books being "20th century" quite.... weird.

                            John C wrote:

                            anyone can learn anything they need online now and the school of hard knocks can't be substituted by any book or course of study

                            Well which is it? Can you learn anything you need online or not? I thought "any course of study" would include "learning anything they need online", but then that can't be substituted for the school of hard knocks? If you're only learning by "hard knocks", you're wasting a lot of time.

                            M 1 Reply Last reply
                            0
                            • M Member 96

                              Could not agree more, but books are not the way to go these days.


                              There is no failure only feedback

                              P Offline
                              P Offline
                              pdohara
                              wrote on last edited by
                              #45

                              Books are good for grasping a paradigm shift. It is difficult to make the jump from procedural to Object Oriented thinking simply by reading articles. One needs to stay with it longer than that. One needs to understand many aspects of the new paradigm a little so they can understand the whole. I agree that for many people the Internet provide ample source material to hone their skills. I find that it is unwise to discount any tool that is available. Best to understand the advantages of the tool and use what is appropriate.

                              Tanks for your support
                              Pat O
                              Blog

                              _ _ _
                              /*\== /*\== /*\==
                              <ooo> <ooo> <ooo>

                              A 1 Reply Last reply
                              0
                              • P pdohara

                                Books are good for grasping a paradigm shift. It is difficult to make the jump from procedural to Object Oriented thinking simply by reading articles. One needs to stay with it longer than that. One needs to understand many aspects of the new paradigm a little so they can understand the whole. I agree that for many people the Internet provide ample source material to hone their skills. I find that it is unwise to discount any tool that is available. Best to understand the advantages of the tool and use what is appropriate.

                                Tanks for your support
                                Pat O
                                Blog

                                _ _ _
                                /*\== /*\== /*\==
                                <ooo> <ooo> <ooo>

                                A Offline
                                A Offline
                                Alexander DiMauro
                                wrote on last edited by
                                #46

                                pdohara wrote:

                                Books are good for grasping a paradigm shift.

                                Yes, I agree. I'm currently trying to make the transition from coder to architect, and books have been most helpful. Even some more recent ones: Architecting Applications for the Enterprise[^] by Dino Esposito Professional ASP.NET Design Patterns[^] by Scott Millett And, the DOFactory Design Pattern and Architectural Guidance software: DOFactory[^] I've found that the above references not only describe design patterns, but also when/where (and when/where NOT) to use them. Especially the last two even give full, real-world example applications, not just demo code. But after the books, I do a lot of Googling with Google, and Googling with Bing.

                                1 Reply Last reply
                                0
                                • J Jeff Connelly

                                  John C wrote:

                                  the school of hard knocks can't be substituted by any book or course of study.

                                  Comments like this are so inane. None of the elements of a lifetime of learning can be substituted by any of the other elements. Sometimes experience is helpful, sometimes it's not. Try learning to play blackjack in a casino, for example, instead of from a book and we'll see how bad of a blackjack player you are. Considering the fact that books are "online" now makes your comment about books being "20th century" quite.... weird.

                                  John C wrote:

                                  anyone can learn anything they need online now and the school of hard knocks can't be substituted by any book or course of study

                                  Well which is it? Can you learn anything you need online or not? I thought "any course of study" would include "learning anything they need online", but then that can't be substituted for the school of hard knocks? If you're only learning by "hard knocks", you're wasting a lot of time.

                                  M Offline
                                  M Offline
                                  Member 96
                                  wrote on last edited by
                                  #47

                                  Jeff Connelly wrote:

                                  Try learning to play blackjack in a casino, for example, instead of from a book and we'll see how bad of a blackjack player you are.

                                  Speaking of inane. :) Writing a book are you? Get thee hence troll. :)


                                  There is no failure only feedback

                                  J 1 Reply Last reply
                                  0
                                  • M Member 96

                                    Jeff Connelly wrote:

                                    Try learning to play blackjack in a casino, for example, instead of from a book and we'll see how bad of a blackjack player you are.

                                    Speaking of inane. :) Writing a book are you? Get thee hence troll. :)


                                    There is no failure only feedback

                                    J Offline
                                    J Offline
                                    Jeff Connelly
                                    wrote on last edited by
                                    #48

                                    John C wrote:

                                    Try learning to play blackjack in a casino, for example, instead of from a book and we'll see how bad of a blackjack player you are. Speaking of inane.

                                    What's your point? There are some things in life where experience is a terrible teacher, and that's a perfect example of one. It's basically a math problem that can be solved by computers, but generally not by people. No, I'm not writing a book. Frankly your reply makes no sense.

                                    M 1 Reply Last reply
                                    0
                                    • J Jeff Connelly

                                      John C wrote:

                                      Try learning to play blackjack in a casino, for example, instead of from a book and we'll see how bad of a blackjack player you are. Speaking of inane.

                                      What's your point? There are some things in life where experience is a terrible teacher, and that's a perfect example of one. It's basically a math problem that can be solved by computers, but generally not by people. No, I'm not writing a book. Frankly your reply makes no sense.

                                      M Offline
                                      M Offline
                                      Member 96
                                      wrote on last edited by
                                      #49

                                      :laugh: Happy new year!


                                      There is no failure only feedback

                                      1 Reply Last reply
                                      0
                                      • E Ennis Ray Lynch Jr

                                        Having read Design Patterns by the GOF I will have to say that it is not essential to our profession and has probably done more harm than good.

                                        Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. "And they, since they Were not the one dead, turned to their affairs" -- Robert Frost

                                        S Offline
                                        S Offline
                                        SeattleC
                                        wrote on last edited by
                                        #50

                                        Design Patters is the only interesting thing to happen in programming language design since Object Orientation. It is an attempt to capture concepts at a higher level than a built-in function to make them easily usable. Yes, it's true that most patterns are reasonably obvious to an experienced developer (one who has worked them out from first principles). You can also code doubly linked lists from scratch every time instead of using std::list<>. But only a moron does, because it's not worth the debugging time. You'll half-remember something or make a typing mistake or whatever. The fact that patterns didn't set your personal world on fire doesn't mean they aren't important. Maybe it means we need a more concise way to describe them. Maybe it means we didn't capture enough patterns. Maybe it means there needs to be a sample implementation of each one. The fact that they can even be applied without thinking makes them better than flailing around for three weeks to reinvent something that your peers already know how to do. And some patterns (visitor, interpreter) are actually not so obvious. Interpreter in particular is something that seems hard until you hear it described, at which time it doesn't seem so daunting anymore, and you try it. I like patterns. I wish there was more really new stuff happening in the programming world. Java is a teenager. C++ is old enough to vote, and Object Oriented design is retirement age (Think SIMULA-67, not Smalltalk).

                                        1 Reply Last reply
                                        0
                                        • J Jeff Connelly

                                          Mark Nischalke wrote:

                                          Is this fault of the book or its authors though?

                                          Guns don't kill people, people do. Having said that, I view the GoF book kind of like some people view an album like Pet Sounds by the Beach Boys. Important? Yes. Influential? Yes. Does anyone actually listen to it? No. In other words, if you don't have the book I wouldn't bother buying it. Get a newer book that is more applicable to what you're doing, or search forums and the web, but in any case you can leverage patterns without reading that book.

                                          E Offline
                                          E Offline
                                          ely_bob
                                          wrote on last edited by
                                          #51

                                          Jeff Connelly wrote:

                                          In other words, if you don't have the book I wouldn't bother buying it.

                                          It is usefull as something to occupy your time on the plane... until you get bored .. which usually happens before you take off..... :laugh: But seriously, GOF is a good book to read at least once, but best read by someone who has been programming for at least a couple of years. It gives a conversational framework for interacting with people who are "pattern happy" as well as rounding out the self taught programmer as per recognizing that what they have been doing has been done before... I purchased the book, and have been leisurely reading it mostly to appease my thirst for fancy word dropping in the presence of other more senior programmers who seem, at least at my company, to like to use large words to make themselves seem fancy. therefore I've implemented an interpreter pattern using strategies, observers, adorners and factories to develop my managed Data Driven scripting language. (and once i get a nice editor i might post it's code and a tutorial if i get the time) :doh:

                                          I'd blame it on the Brain farts.. But let's be honest, it really is more like a Methane factory between my ears some days then it is anything else...
                                          -----
                                          "The conversations he was having with himself were becoming ominous."-.. On the radio...

                                          J 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