|
|
|
|
|
by _vuqm
2667 days ago
|
|
A related question: Are there any programming books you wish were written? My long term side project has been to bootstrap an independent publishing house focused on technical topics. I'm always looking to hear what programming books people think are missing in the market. Some recurring topics I keep seeing are more books on the soft skills / career development side of things, and more project based books that help you learn how certain technologies work internally by building a database, queue system, web framework, etc. from scratch. |
|
I'd like to see a good book on error handling. I feel this is still one of the great unsolved problems of software engineering (alongside naming) and most programming books just don't do it and say something like "obviously this is not production code but error handling would clutter up the examples too much". That to me is indicative of the problem.
I like the project based book idea. Physically Based Rendering is a rather nice example of this but I don't know of too many other similar books in other domains.