The most mentioned books on Stack Overflow
dev-books.com
The most mentioned books on Stack Overflow
1–10 of 256 posts
Re: The most mentioned books on Stack Overflow
#2Re: The most mentioned books on Stack Overflow
#3Re: The most mentioned books on Stack Overflow
#4Furthermore I wonder if peddling one's own book on SO leads to more sales.
Re: The most mentioned books on Stack Overflow
#5Ah, the good old Design Patterns book, responsible for more atrocious over-abstracted, unreadable, hard to maintain Java code than anything else before or since.
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.
Re: The most mentioned books on Stack Overflow
#6Would 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
#7Ah, the good old Design Patterns book, responsible for more atrocious over-abstracted, unreadable, hard to maintain Java code than anything else before or since.
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 using message passing.
2. Immutability and - designing types with no shared mutable state.
3. Dependency injection
4. Pattern matching
5. MVC
6. mocks and stubs and fake objects?
7. ...
And same as before - some of these ideas when applied to certain cases could be bad.
Re: The most mentioned books on Stack Overflow
#8Great! I now have an AbstractProblemFactory to generate problems on demand.
Re: The most mentioned books on Stack Overflow
#9Ah, the good old Design Patterns book, responsible for more atrocious over-abstracted, unreadable, hard to maintain Java code than anything else before or since.
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.
Re: The most mentioned books on Stack Overflow
#10Nice 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).