• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java: The Good Parts - is it enjoyable and easy to read like Head First?

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jim, my question is rather strange as it is directed at you the author who will obviously have a biased opinion But I am hoping that the book will be presented in a similar fashion to that of the Head First Series. I generally fall asleep with technical books but the Head First books are extremely well written, decorated with humor and explanations of key concepts are very easy to understand and grasp. Having been a Perl programmer all these years, I recently (3+ years now) switched over to Java and was very happy with the Head First approach. So can I expect this type of quality from this book?

Many thanks!

Ustad
 
Greenhorn
Posts: 13
Oracle Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I found the book to be easy to read, though a more traditional style than the Heads First books. The style was clear and it did not jump deep into the middle of any topics with no warning. There was always coverage of the basics surrounding the topic.

Probably better appreciated if you know more than one language, but that's just me - - - I like to think about the development of languages and the differences between them.
 
author
Posts: 29
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think that the head-first approach is terrific. If I could write that way, I would. Unfortunately, I can't.

My book is not really designed to teach you Java in the way the head-first books are. Instead, I assume that you have some experience with the language, and need to be reminded (or learn for the first time) of the importance of particular aspects of the language. I tried to have some humor in the book, and I tried to give both a design and an historical perspective.

But it isn't a head-first approach. Those folks have teaching magic that I've never obtained.
 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I think that the head-first approach is terrific. If I could write that way, I would...


I think it's more appropriate to teach people the new things when they start off as it is being used mostly by the original authors.
 
Ustad Hanif
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your honesty Jim I'll definitely pick up the book (or hopefully win it through this forum And will look forward to seeing your perspective on the importance of particular aspects of the language and hopefully adopting best practices!

thanks Jim!
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic