vote up 3 vote down star

I'm a big fan of Bill Wagner's Effective C#.
(I believe he's got a sequel out, too)

What I love about this book are:

  • It's short.
  • It's not for beginners, so it doesn't waste time covering the basics (again).
  • It has good, pithy advice for programmers who want to raise their game in C#.
  • It's practical, not philosphical.

Can you recommend similar books for other languages?
I would especially like:

  • javascript
  • Ruby
  • SQL (various flavours)
  • anything else you can think of, really.

Thanks :)

flag

7 Answers

vote up 2 vote down check

C++

Moving from beginner to intermediate C++: Scott Meyers' Effective C++ is an absolute must-read. Follow that up with anything from Addison-Wesley's Advanced C++ series - Andrei Alexandrescu's Modern C++ Design is a real mind bender.

When you're ready to go beyond all programming languages, check out Structure and Interpretation of Computer Programs.

link|flag
vote up 1 vote down

You seem to be aiming for intermediate and above books, but it's probably still worthwhile mentioning this related question: Language Books/Tutorials for popular languages.

Answers there include books and tutorials for beginners as well as non-beginners, and there are a lot of recommendations.

link|flag
vote up 1 vote down

Best book for ruby I've ever read. Why's poignant guide to ruby

link|flag
vote up 1 vote down

SQL for Smarties

link|flag
vote up 1 vote down

JavaScript: The Good Parts

link|flag
@Hank, I really appreciate you posting one book per answer. It's nice to see some ettiquette. :) – AJ Oct 3 '08 at 13:31
vote up 0 vote down

Effective Java, 2nd Edition

link|flag
vote up 0 vote down

Information Dashboard Design: The Effective Visual Communication of Data
- Few, Stephen - O'Reilly Media

Sure, design is subjective, but this book gives many practical (one of the criteria) dos and don'ts with examples. It is not language specific, and some of its content could be considered basic design. However, for many developers it will help "raise their game" when it comes to data visualization. It will steer them into a professional-looking design that users will not come to detest after having to actually try to use the data (assuming that the data is helpful in the first place, of course [grin]). And, it's not too thick.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.