|
I would love to see programming books that document real-world development, step-by-step.
For example, a personal project of mine is an industrial-strength CMS. I have been developing this software for four years, continually adding features, optimising code, refactoring, etc.
During the course of the last four years, I have learned mostly through trial and error and judicious Googling. Of course, I've also had my favourite O'Reilly books close to hand for reference.
I could have saved three years if I'd had a book that documented the development of a commercial-grade CMS. If I'd known, before I started coding, that I'd have to address issues like scalability, fault-tolerance, redundancy, caching, session management, versioning, user-interface design, templating... then I could have been better prepared for the project in hand. I wouldn't have made some of the mistakes I made (I appreciate that I would have made an entirely different range of mistakes).
Why can't authors produce more real-world books instead of more "Hello World!" books?
|
-scott