Tagged Questions
10
votes
5answers
590 views
Is there a book for software design problems? [closed]
Searched through net and couldn't find some book that presents some design problems to solve. Has anybody came across such (or similar) book? There are, of course, many design problems found on ...
6
votes
4answers
157 views
Examples of “comment on design” book?
We all know the design patterns books, but patterns are reusable elements, not full fledged designs. I would like to see real-case designs, presented with a commentary. At the moment, I can appreciate ...
6
votes
7answers
2k views
What are some good books on relational database design?
Code Complete has some good, sensible discussion about code at the design level (i.e. discussion of how to design classes).
Are there any books that give a similar treatment to relational database ...
5
votes
6answers
592 views
Are there any good books on how to design software? [closed]
I've been programming for a while and I think I write clean code. But I do this by hacking away, tinkering and testing things until I feel good about the functionality, and then coming in and ...