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. The Lounge
  3. Best books on Software ever. Please vote or add! [modified]

Best books on Software ever. Please vote or add! [modified]

Scheduled Pinned Locked Moved The Lounge
c++cssdesignarchitecturehelp
38 Posts 25 Posters 0 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.
  • F Frygreen

    Dear reader, I really got a lot out of codeproject. Codeproject is invaluable. For a long time now I want to contribute, but nothing really good came in my mind. So I want to present my top-favorite list of books here that influenced me most heavily as a software-professional. I hope this list is usfull also for others. If you have your top-favorite book, please reply and I will update this list. Also I kindly ask you to provide me some text which should be attached to the books. Attention: Sorry, I didn't expect such an overwhelming number of responses. Now I have a problem: How to manage this thread ! ! ! I'm not able to to it in a reasonable way via "tagging" some text. Any ideas? Can I upload some document here?

    Architecture

    Rank 1: J. Lakos: Large scale C++ design

    By far the best book on SW I've ever read (even of much more value for me then the most prominent one, E. Gamma, see below) This book is on C++, yes, but the techniques provided here hold for any language. It covers design and architecture at any scale. Did you have the same experience as I did? I applied the rules of OO heavily, I applied patterns extensively, but my SW was hardly maintainable, testable, understandable. I did not understand why, until I read this book. Now I'm can write SW at any scale in less time which is testable from the beginning. What are the reasons? Let me say, there are two "secretes" which are addressed in this book: The first is "physical design" and the second is "decoupling methods". Detailed very thoroughly with lots of examples (in C++) Votes (Total: 1) Nothing comparable: 1 Good: 0 Medium: 0

    Rank 2: E. Gamma, et all: Design Patterns

    Nothing more to say. Nobody can invent all. Whithout the knowledge presented in this book in your bag you cannot say you are a Software-Developer/-Architect. Votes (Total: 1) Nothing comparable: 1 Very Good: 0 Medium: 0

    Programming Languages

    Rank 1: S. Meyers, Effective C++, two Volumes

    Once you mastered the basics of C++. Memorize the roughly 70 topics of these two books and you are prepared for almost any szenario. The techniques inside are a must for any serious C++ programmer. Votes (Total: 1) Nothing comparable: 0 Very Good: 1 Medium: 0

    Rank 2: S. Meyers, Effective STL

    You want get

    N Offline
    N Offline
    N a v a n e e t h
    wrote on last edited by
    #6

    I have many favorites. General 1) The Algorithm Design Manual Second Edition A classic book and gives you clear understanding into algorithms. It comes with a lot of practical stories. 2) Code complete 3) Head First - Design Patterns 4) Domain Driven Design Tackling Complexity In The Heart Of Software 5) New Turing Omnibus (New Turning Omnibus : 66 Excursions in Computer Science) C++ 1) Exceptional C++ 2) Effective C++ 3) Modern C++ Design Generic Programming and Design Patterns Applied 4) C++ coding - best practices 5) C++ Template Metaprogramming - Concepts Tools and Techniques from Boost and Beyond 6) Thinking in C++ C# 1) C# 3.0 in a Nutshell - Albahari 2) C# in depth - Jon Skeet 3) CLR via C# - Jeffrey Ritcher :)

    Navaneeth How to use google | Ask smart questions

    A 1 Reply Last reply
    0
    • F Frygreen

      Dear reader, I really got a lot out of codeproject. Codeproject is invaluable. For a long time now I want to contribute, but nothing really good came in my mind. So I want to present my top-favorite list of books here that influenced me most heavily as a software-professional. I hope this list is usfull also for others. If you have your top-favorite book, please reply and I will update this list. Also I kindly ask you to provide me some text which should be attached to the books. Attention: Sorry, I didn't expect such an overwhelming number of responses. Now I have a problem: How to manage this thread ! ! ! I'm not able to to it in a reasonable way via "tagging" some text. Any ideas? Can I upload some document here?

      Architecture

      Rank 1: J. Lakos: Large scale C++ design

      By far the best book on SW I've ever read (even of much more value for me then the most prominent one, E. Gamma, see below) This book is on C++, yes, but the techniques provided here hold for any language. It covers design and architecture at any scale. Did you have the same experience as I did? I applied the rules of OO heavily, I applied patterns extensively, but my SW was hardly maintainable, testable, understandable. I did not understand why, until I read this book. Now I'm can write SW at any scale in less time which is testable from the beginning. What are the reasons? Let me say, there are two "secretes" which are addressed in this book: The first is "physical design" and the second is "decoupling methods". Detailed very thoroughly with lots of examples (in C++) Votes (Total: 1) Nothing comparable: 1 Good: 0 Medium: 0

      Rank 2: E. Gamma, et all: Design Patterns

      Nothing more to say. Nobody can invent all. Whithout the knowledge presented in this book in your bag you cannot say you are a Software-Developer/-Architect. Votes (Total: 1) Nothing comparable: 1 Very Good: 0 Medium: 0

      Programming Languages

      Rank 1: S. Meyers, Effective C++, two Volumes

      Once you mastered the basics of C++. Memorize the roughly 70 topics of these two books and you are prepared for almost any szenario. The techniques inside are a must for any serious C++ programmer. Votes (Total: 1) Nothing comparable: 0 Very Good: 1 Medium: 0

      Rank 2: S. Meyers, Effective STL

      You want get

      L Offline
      L Offline
      leppie
      wrote on last edited by
      #7

      I guess you mean the best books on C++ ever...

      xacc.ide
      IronScheme - 1.0 beta 4 - out now!
      ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

      B 1 Reply Last reply
      0
      • F Frygreen

        Dear reader, I really got a lot out of codeproject. Codeproject is invaluable. For a long time now I want to contribute, but nothing really good came in my mind. So I want to present my top-favorite list of books here that influenced me most heavily as a software-professional. I hope this list is usfull also for others. If you have your top-favorite book, please reply and I will update this list. Also I kindly ask you to provide me some text which should be attached to the books. Attention: Sorry, I didn't expect such an overwhelming number of responses. Now I have a problem: How to manage this thread ! ! ! I'm not able to to it in a reasonable way via "tagging" some text. Any ideas? Can I upload some document here?

        Architecture

        Rank 1: J. Lakos: Large scale C++ design

        By far the best book on SW I've ever read (even of much more value for me then the most prominent one, E. Gamma, see below) This book is on C++, yes, but the techniques provided here hold for any language. It covers design and architecture at any scale. Did you have the same experience as I did? I applied the rules of OO heavily, I applied patterns extensively, but my SW was hardly maintainable, testable, understandable. I did not understand why, until I read this book. Now I'm can write SW at any scale in less time which is testable from the beginning. What are the reasons? Let me say, there are two "secretes" which are addressed in this book: The first is "physical design" and the second is "decoupling methods". Detailed very thoroughly with lots of examples (in C++) Votes (Total: 1) Nothing comparable: 1 Good: 0 Medium: 0

        Rank 2: E. Gamma, et all: Design Patterns

        Nothing more to say. Nobody can invent all. Whithout the knowledge presented in this book in your bag you cannot say you are a Software-Developer/-Architect. Votes (Total: 1) Nothing comparable: 1 Very Good: 0 Medium: 0

        Programming Languages

        Rank 1: S. Meyers, Effective C++, two Volumes

        Once you mastered the basics of C++. Memorize the roughly 70 topics of these two books and you are prepared for almost any szenario. The techniques inside are a must for any serious C++ programmer. Votes (Total: 1) Nothing comparable: 0 Very Good: 1 Medium: 0

        Rank 2: S. Meyers, Effective STL

        You want get

        F Offline
        F Offline
        Filip C
        wrote on last edited by
        #8

        General: 1) Release It!: Design and Deploy Production-Ready Software by Michael T. Nygard

        1 Reply Last reply
        0
        • L Lost User

          Frygreen wrote:

          Rank 1: S. Meyers, Effective C++, two Volumes

          His stl book is also pretty good. I find the format of these perfect for 'bathroom reading'

          I wish I was as fortunate as fortunate as me

          L Offline
          L Offline
          leppie
          wrote on last edited by
          #9

          Josh Gray wrote:

          I find the format of these perfect for 'bathroom reading'

          I guess someone does not like that trend ;P I do however!

          xacc.ide
          IronScheme - 1.0 beta 4 - out now!
          ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

          B 1 Reply Last reply
          0
          • F Frygreen

            Dear reader, I really got a lot out of codeproject. Codeproject is invaluable. For a long time now I want to contribute, but nothing really good came in my mind. So I want to present my top-favorite list of books here that influenced me most heavily as a software-professional. I hope this list is usfull also for others. If you have your top-favorite book, please reply and I will update this list. Also I kindly ask you to provide me some text which should be attached to the books. Attention: Sorry, I didn't expect such an overwhelming number of responses. Now I have a problem: How to manage this thread ! ! ! I'm not able to to it in a reasonable way via "tagging" some text. Any ideas? Can I upload some document here?

            Architecture

            Rank 1: J. Lakos: Large scale C++ design

            By far the best book on SW I've ever read (even of much more value for me then the most prominent one, E. Gamma, see below) This book is on C++, yes, but the techniques provided here hold for any language. It covers design and architecture at any scale. Did you have the same experience as I did? I applied the rules of OO heavily, I applied patterns extensively, but my SW was hardly maintainable, testable, understandable. I did not understand why, until I read this book. Now I'm can write SW at any scale in less time which is testable from the beginning. What are the reasons? Let me say, there are two "secretes" which are addressed in this book: The first is "physical design" and the second is "decoupling methods". Detailed very thoroughly with lots of examples (in C++) Votes (Total: 1) Nothing comparable: 1 Good: 0 Medium: 0

            Rank 2: E. Gamma, et all: Design Patterns

            Nothing more to say. Nobody can invent all. Whithout the knowledge presented in this book in your bag you cannot say you are a Software-Developer/-Architect. Votes (Total: 1) Nothing comparable: 1 Very Good: 0 Medium: 0

            Programming Languages

            Rank 1: S. Meyers, Effective C++, two Volumes

            Once you mastered the basics of C++. Memorize the roughly 70 topics of these two books and you are prepared for almost any szenario. The techniques inside are a must for any serious C++ programmer. Votes (Total: 1) Nothing comparable: 0 Very Good: 1 Medium: 0

            Rank 2: S. Meyers, Effective STL

            You want get

            S Offline
            S Offline
            Snorri Kristjansson
            wrote on last edited by
            #10

            MFC Internals is invaluable for anyone working with MFC - IMHO.

            R 1 Reply Last reply
            0
            • N N a v a n e e t h

              I have many favorites. General 1) The Algorithm Design Manual Second Edition A classic book and gives you clear understanding into algorithms. It comes with a lot of practical stories. 2) Code complete 3) Head First - Design Patterns 4) Domain Driven Design Tackling Complexity In The Heart Of Software 5) New Turing Omnibus (New Turning Omnibus : 66 Excursions in Computer Science) C++ 1) Exceptional C++ 2) Effective C++ 3) Modern C++ Design Generic Programming and Design Patterns Applied 4) C++ coding - best practices 5) C++ Template Metaprogramming - Concepts Tools and Techniques from Boost and Beyond 6) Thinking in C++ C# 1) C# 3.0 in a Nutshell - Albahari 2) C# in depth - Jon Skeet 3) CLR via C# - Jeffrey Ritcher :)

              Navaneeth How to use google | Ask smart questions

              A Offline
              A Offline
              aeastham
              wrote on last edited by
              #11

              Hi Navaneeth I personally I think "C# in depth" by Jon Skeet knocks the socks off the Nutshell book. I was actually going to post that it was the best software book I'd ever read before I saw that you'd already mentioned it. I'd spent a long time programming in Java, and like many Java advocates, used to look down a bit on C#. C# in depth helped take my development to another level, such that I now honestly believe that C# is a better language then Java. All the best, Andy

              N 1 Reply Last reply
              0
              • Steve EcholsS Steve Echols

                Maybe I'm getting old, but Code Complete just regurgitated all the concepts I grew up programming with, so the book was sort of a sleeper for me. Not trying to be arrogant or anything, just saying it seemed to be telling me stuff I already knew. On the other hand, it might be useful for programmers just getting into the flow.


                - S 50 cups of coffee and you know it's on! Code, follow, or get out of the way.

                H Offline
                H Offline
                hairy_hats
                wrote on last edited by
                #12

                I have to agree. I think it'd be good for people just starting out in programming, but I read it after a number of years in the industry and it just sounded like common sense and not anything mind-blowing.

                I hope you realise that hamsters are very creative when it comes to revenge. - Elaine

                O K 2 Replies Last reply
                0
                • H hairy_hats

                  I have to agree. I think it'd be good for people just starting out in programming, but I read it after a number of years in the industry and it just sounded like common sense and not anything mind-blowing.

                  I hope you realise that hamsters are very creative when it comes to revenge. - Elaine

                  O Offline
                  O Offline
                  OpenSessame
                  wrote on last edited by
                  #13

                  Same applies to Design Patterns: they just made money writting down what most people were doing. I'm writing a book on "putting on your pants on leg at a time" and cashing in on that market

                  Fast, Cheap, Good: choose any 2 - anonymous

                  H 1 Reply Last reply
                  0
                  • O OpenSessame

                    Same applies to Design Patterns: they just made money writting down what most people were doing. I'm writing a book on "putting on your pants on leg at a time" and cashing in on that market

                    Fast, Cheap, Good: choose any 2 - anonymous

                    H Offline
                    H Offline
                    hairy_hats
                    wrote on last edited by
                    #14

                    Cool! Which leg goes in first? (Or is that copyright?)

                    I hope you realise that hamsters are very creative when it comes to revenge. - Elaine

                    B 1 Reply Last reply
                    0
                    • A aeastham

                      Hi Navaneeth I personally I think "C# in depth" by Jon Skeet knocks the socks off the Nutshell book. I was actually going to post that it was the best software book I'd ever read before I saw that you'd already mentioned it. I'd spent a long time programming in Java, and like many Java advocates, used to look down a bit on C#. C# in depth helped take my development to another level, such that I now honestly believe that C# is a better language then Java. All the best, Andy

                      N Offline
                      N Offline
                      N a v a n e e t h
                      wrote on last edited by
                      #15

                      That's true. C# in depth is a classic and a new version of that book is in progress. However, I am not sure comparing C# in depth and Nutshel makes sense as both covers different details.

                      Navaneeth How to use google | Ask smart questions

                      1 Reply Last reply
                      0
                      • F Frygreen

                        Dear reader, I really got a lot out of codeproject. Codeproject is invaluable. For a long time now I want to contribute, but nothing really good came in my mind. So I want to present my top-favorite list of books here that influenced me most heavily as a software-professional. I hope this list is usfull also for others. If you have your top-favorite book, please reply and I will update this list. Also I kindly ask you to provide me some text which should be attached to the books. Attention: Sorry, I didn't expect such an overwhelming number of responses. Now I have a problem: How to manage this thread ! ! ! I'm not able to to it in a reasonable way via "tagging" some text. Any ideas? Can I upload some document here?

                        Architecture

                        Rank 1: J. Lakos: Large scale C++ design

                        By far the best book on SW I've ever read (even of much more value for me then the most prominent one, E. Gamma, see below) This book is on C++, yes, but the techniques provided here hold for any language. It covers design and architecture at any scale. Did you have the same experience as I did? I applied the rules of OO heavily, I applied patterns extensively, but my SW was hardly maintainable, testable, understandable. I did not understand why, until I read this book. Now I'm can write SW at any scale in less time which is testable from the beginning. What are the reasons? Let me say, there are two "secretes" which are addressed in this book: The first is "physical design" and the second is "decoupling methods". Detailed very thoroughly with lots of examples (in C++) Votes (Total: 1) Nothing comparable: 1 Good: 0 Medium: 0

                        Rank 2: E. Gamma, et all: Design Patterns

                        Nothing more to say. Nobody can invent all. Whithout the knowledge presented in this book in your bag you cannot say you are a Software-Developer/-Architect. Votes (Total: 1) Nothing comparable: 1 Very Good: 0 Medium: 0

                        Programming Languages

                        Rank 1: S. Meyers, Effective C++, two Volumes

                        Once you mastered the basics of C++. Memorize the roughly 70 topics of these two books and you are prepared for almost any szenario. The techniques inside are a must for any serious C++ programmer. Votes (Total: 1) Nothing comparable: 0 Very Good: 1 Medium: 0

                        Rank 2: S. Meyers, Effective STL

                        You want get

                        S Offline
                        S Offline
                        swjam
                        wrote on last edited by
                        #16

                        does the art of programming (knuth) cut it as book on software? i don't think i'll ever get to finish this book though. life's too short!

                        ---------------------------------------------------------- Lorem ipsum dolor sit amet.

                        modified on Thursday, October 8, 2009 4:56 AM

                        B 1 Reply Last reply
                        0
                        • L Lost User

                          Frygreen wrote:

                          Rank 1: S. Meyers, Effective C++, two Volumes

                          His stl book is also pretty good. I find the format of these perfect for 'bathroom reading'

                          I wish I was as fortunate as fortunate as me

                          R Offline
                          R Offline
                          RugbyLeague
                          wrote on last edited by
                          #17

                          I have the Effective C++ books for bathroom reading although I haven't programmed in C++ for a few years now.

                          1 Reply Last reply
                          0
                          • Steve EcholsS Steve Echols

                            Maybe I'm getting old, but Code Complete just regurgitated all the concepts I grew up programming with, so the book was sort of a sleeper for me. Not trying to be arrogant or anything, just saying it seemed to be telling me stuff I already knew. On the other hand, it might be useful for programmers just getting into the flow.


                            - S 50 cups of coffee and you know it's on! Code, follow, or get out of the way.

                            C Offline
                            C Offline
                            Christian Graus
                            wrote on last edited by
                            #18

                            Well, I never had any formal training, so for me, it kind of put a name to things I was kind of doing, but hadn't really thought about as clearly as the book forced me to.

                            Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                            1 Reply Last reply
                            0
                            • S Snorri Kristjansson

                              MFC Internals is invaluable for anyone working with MFC - IMHO.

                              R Offline
                              R Offline
                              Rajesh R Subramanian
                              wrote on last edited by
                              #19

                              Because you added MFC, I'd like to add my 2 cents as well on the same topic: MFC: "Programming Windows with MFC" and "MFC Internals". There are numerous other good books, but these two are very important. Windows programming: "Programming Windows" by Charles Petzold - I found it to explain the very fundamentals of windows programming. One must start with this, really. "Programming Visual C++" by David Kruglinski - A good book. "Windows via C/C++" by Jeffrey Richter and Chrisopher Nassare, and "Windows Internals" by Mark Russinovich. Both of these books explains the nuts and bolts of several aspects of Windows operating system in great detail. IMHO, these two are must have references if you really want to know how things work internally in Windows. [Added] Not related to MFC, but The Timeless way of building[^] is an excellent book.

                              It is a crappy thing, but it's life -^ Carlo Pallini

                              B N 2 Replies Last reply
                              0
                              • F Frygreen

                                Dear reader, I really got a lot out of codeproject. Codeproject is invaluable. For a long time now I want to contribute, but nothing really good came in my mind. So I want to present my top-favorite list of books here that influenced me most heavily as a software-professional. I hope this list is usfull also for others. If you have your top-favorite book, please reply and I will update this list. Also I kindly ask you to provide me some text which should be attached to the books. Attention: Sorry, I didn't expect such an overwhelming number of responses. Now I have a problem: How to manage this thread ! ! ! I'm not able to to it in a reasonable way via "tagging" some text. Any ideas? Can I upload some document here?

                                Architecture

                                Rank 1: J. Lakos: Large scale C++ design

                                By far the best book on SW I've ever read (even of much more value for me then the most prominent one, E. Gamma, see below) This book is on C++, yes, but the techniques provided here hold for any language. It covers design and architecture at any scale. Did you have the same experience as I did? I applied the rules of OO heavily, I applied patterns extensively, but my SW was hardly maintainable, testable, understandable. I did not understand why, until I read this book. Now I'm can write SW at any scale in less time which is testable from the beginning. What are the reasons? Let me say, there are two "secretes" which are addressed in this book: The first is "physical design" and the second is "decoupling methods". Detailed very thoroughly with lots of examples (in C++) Votes (Total: 1) Nothing comparable: 1 Good: 0 Medium: 0

                                Rank 2: E. Gamma, et all: Design Patterns

                                Nothing more to say. Nobody can invent all. Whithout the knowledge presented in this book in your bag you cannot say you are a Software-Developer/-Architect. Votes (Total: 1) Nothing comparable: 1 Very Good: 0 Medium: 0

                                Programming Languages

                                Rank 1: S. Meyers, Effective C++, two Volumes

                                Once you mastered the basics of C++. Memorize the roughly 70 topics of these two books and you are prepared for almost any szenario. The techniques inside are a must for any serious C++ programmer. Votes (Total: 1) Nothing comparable: 0 Very Good: 1 Medium: 0

                                Rank 2: S. Meyers, Effective STL

                                You want get

                                B Offline
                                B Offline
                                Brady Kelly
                                wrote on last edited by
                                #20

                                Steve McConnel, Code Complete. [head and shoulders above any other book I have read] An Introduction to OOP, Timothy Budd. Software Engineering - A practitioner's approach, Roger S. Pressman.

                                1 Reply Last reply
                                0
                                • L leppie

                                  Josh Gray wrote:

                                  I find the format of these perfect for 'bathroom reading'

                                  I guess someone does not like that trend ;P I do however!

                                  xacc.ide
                                  IronScheme - 1.0 beta 4 - out now!
                                  ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

                                  B Offline
                                  B Offline
                                  Brady Kelly
                                  wrote on last edited by
                                  #21

                                  For me the toilet is a place to get a job done and leave quickly before the paint melts. I have never understood bathroom reading except for my adolescent encounters with Scope Magazine.

                                  1 Reply Last reply
                                  0
                                  • Steve EcholsS Steve Echols

                                    Maybe I'm getting old, but Code Complete just regurgitated all the concepts I grew up programming with, so the book was sort of a sleeper for me. Not trying to be arrogant or anything, just saying it seemed to be telling me stuff I already knew. On the other hand, it might be useful for programmers just getting into the flow.


                                    - S 50 cups of coffee and you know it's on! Code, follow, or get out of the way.

                                    B Offline
                                    B Offline
                                    Brady Kelly
                                    wrote on last edited by
                                    #22

                                    It's a nice aggregation and focus of good practice. Nothing new for me, but the best laid out cheat-sheet of good practice I ever laid eyes on.

                                    1 Reply Last reply
                                    0
                                    • H hairy_hats

                                      Cool! Which leg goes in first? (Or is that copyright?)

                                      I hope you realise that hamsters are very creative when it comes to revenge. - Elaine

                                      B Offline
                                      B Offline
                                      Brady Kelly
                                      wrote on last edited by
                                      #23

                                      Patent if it's a practice rather than a text. :laugh: Sorry, I'm studying patent law.

                                      1 Reply Last reply
                                      0
                                      • F Frygreen

                                        Dear reader, I really got a lot out of codeproject. Codeproject is invaluable. For a long time now I want to contribute, but nothing really good came in my mind. So I want to present my top-favorite list of books here that influenced me most heavily as a software-professional. I hope this list is usfull also for others. If you have your top-favorite book, please reply and I will update this list. Also I kindly ask you to provide me some text which should be attached to the books. Attention: Sorry, I didn't expect such an overwhelming number of responses. Now I have a problem: How to manage this thread ! ! ! I'm not able to to it in a reasonable way via "tagging" some text. Any ideas? Can I upload some document here?

                                        Architecture

                                        Rank 1: J. Lakos: Large scale C++ design

                                        By far the best book on SW I've ever read (even of much more value for me then the most prominent one, E. Gamma, see below) This book is on C++, yes, but the techniques provided here hold for any language. It covers design and architecture at any scale. Did you have the same experience as I did? I applied the rules of OO heavily, I applied patterns extensively, but my SW was hardly maintainable, testable, understandable. I did not understand why, until I read this book. Now I'm can write SW at any scale in less time which is testable from the beginning. What are the reasons? Let me say, there are two "secretes" which are addressed in this book: The first is "physical design" and the second is "decoupling methods". Detailed very thoroughly with lots of examples (in C++) Votes (Total: 1) Nothing comparable: 1 Good: 0 Medium: 0

                                        Rank 2: E. Gamma, et all: Design Patterns

                                        Nothing more to say. Nobody can invent all. Whithout the knowledge presented in this book in your bag you cannot say you are a Software-Developer/-Architect. Votes (Total: 1) Nothing comparable: 1 Very Good: 0 Medium: 0

                                        Programming Languages

                                        Rank 1: S. Meyers, Effective C++, two Volumes

                                        Once you mastered the basics of C++. Memorize the roughly 70 topics of these two books and you are prepared for almost any szenario. The techniques inside are a must for any serious C++ programmer. Votes (Total: 1) Nothing comparable: 0 Very Good: 1 Medium: 0

                                        Rank 2: S. Meyers, Effective STL

                                        You want get

                                        B Offline
                                        B Offline
                                        Brady Kelly
                                        wrote on last edited by
                                        #24

                                        I love programming, and writing. Besides trying for another, ever-elusive article, maybe I should consider a book. I'm damn right old enough already.

                                        1 Reply Last reply
                                        0
                                        • L leppie

                                          I guess you mean the best books on C++ ever...

                                          xacc.ide
                                          IronScheme - 1.0 beta 4 - out now!
                                          ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

                                          B Offline
                                          B Offline
                                          Brady Kelly
                                          wrote on last edited by
                                          #25

                                          Ja. :laugh: My best books have all been platform and language independent, and therefore timeless. PS, I have yet to have been recommended a good functional programming book.

                                          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