Nice Amazon affiliate hack. Would be great if the OP would tell us how many sales he made through this post (once he got the stats from the Amazon affiliate dashboard).
The most mentioned books on Stack Overflow
11–20 of 256 posts
Re: The most mentioned books on Stack Overflow
#12Ah, the good old Design Patterns book, responsible for more atrocious over-abstracted, unreadable, hard to maintain Java code than anything else before or since.
Careful there - lest you throw the baby with the water. As with all things - there are some good ideas there and some bad. And as I understand it, the book simply presented patterns - programmers were already using at that time. So the book's existence in itself wouldn't cause bad code IMO. Now if someone were to write a "modern design patterns" book, people will probably write about: 1. Actor pattern and concurrency…
Based on my recollection of the original Design Patterns book, all of the patterns you list are included in the original book. Caveat: I haven't opened the book in over 5 years, but I'd be surprised to learn that any of the 6 patterns you list are not in the original DP.
Re: The most mentioned books on Stack Overflow
#13This is pretty cool. Would also be neat if you could filter by date ... like what were the top JS books mentioned so far in 2017.
Re: The most mentioned books on Stack Overflow
#14Re: The most mentioned books on Stack Overflow
#15Ah, the good old Design Patterns book, responsible for more atrocious over-abstracted, unreadable, hard to maintain Java code than anything else before or since.
Re: The most mentioned books on Stack Overflow
#16Earlier quoted context omitted.
Careful there - lest you throw the baby with the water. As with all things - there are some good ideas there and some bad. And as I understand it, the book simply presented patterns - programmers were already using at that time. So the book's existence in itself wouldn't cause bad code IMO. Now if someone were to write a "modern design patterns" book, people will probably write about: 1. Actor pattern and concurrency…
> "if someone were to write a "modern design patterns" book" Based on my recollection of the original Design Patterns book, all of the patterns you list are included in the original book. Caveat: I haven't opened the book in over 5 years, but I'd be surprised to learn that any of the 6 patterns you list are not in the original DP.
And afaict - none of the patterns I listed are mentioned verbatim.
Re: The most mentioned books on Stack Overflow
#17I wonder how many (0?) users cite the same book over and over again and if that's accounted for. Furthermore I wonder if peddling one's own book on SO leads to more sales.
Re: The most mentioned books on Stack Overflow
#18Nice Amazon affiliate hack. Would be great if the OP would tell us how many sales he made through this post (once he got the stats from the Amazon affiliate dashboard).
Re: The most mentioned books on Stack Overflow
#19Earlier quoted context omitted.
Not only Java... But I guess the Problem is how OOP is teached. Before I learned about design patterns I only saw car or animal examples. Design patterns were the first real world OOP stuff I saw at university.
Out of curiosity how long ago were you at university?
I learned OOP with Turbo Pascal 5.5, for MS-DOS, around 1990. Started using Turbo Vision with Turbo Pascal 6.0.
Eventually also started coding with Object Windows Library in Turbo Pascal and Turbo C++.
Borland manuals were my introduction to OOP, followed by books like "Designing Object-Oriented C++ Applications using the Booch Method.".
Only later I got to learn about the multiple ways of doing OOP (CLOS, Beta, SELF, ...).