TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

What is the worst programming book you ever read?

4 点作者 lathamcity超过 12 年前

2 条评论

mindcrime超过 12 年前
Worst programming book? Easy, it's this one:<p><i>Learn OLE DB Development With Visual C++ 6.0</i><p><a href="http://www.amazon.com/Learn-OLE-Development-With-Visual/dp/1556226349/ref=cm_cr-mr-title" rel="nofollow">http://www.amazon.com/Learn-OLE-Development-With-Visual/dp/1...</a><p>I bought this back in like 2000-2001 or so, when I was doing a lot of C++ programming on Windows, and needed to do some work with ADO and OLEDB. Uuuugggghhh...<p>My review on Amazon from back then still pretty much reflects how I feel about this book:<p><i>Before buying this book, I was a little angry about the lack ofquality documentation on using OLE DB and ADO in C++. After buyingthis book, I am STILL angry about the lack of quality documentation on using OLE DB and ADO in C++, AND I'm angry about being out the bucks I spent on it. This book misses the mark on (what I took to be) it's intended audience, badly. Hardly a book for a beginner to learn the subject, it's just a rehash of reference material available elsewhere. Why, oh why, does Amazon not have a rating of 0 stars for these reviews? END</i>
lathamcity超过 12 年前
My worst one was "Build Your Own Ajax Web Applications"<p><a href="http://www.amazon.com/Build-Your-Own-Ajax-Applications/dp/0975841947" rel="nofollow">http://www.amazon.com/Build-Your-Own-Ajax-Applications/dp/09...</a><p>I got it at a used book store for $5. The second chapter was page after page of code to build an app to be used for the rest of the book. None of it was explained, and of course it didn't work for me and I didn't know if I'd made a typo or if it was just outdated. The book promised that the code would be available online, but the website was defunct. It ended up in the garbage at the end of the school year.