Is it suitable for Java programmers?
I started to learn Design Patterns - DP - AddisonWesley - Design.Patterns.Java.Workbook- 2002, but i don't have much expirience with english and a can't understand all. I found one book wich is a classic in Design Patterns - Design Patterns Elements of Reusable Software /GoF/ in my language, but there the examples are in Smalltalk and C++. Should I buy this book.Is this book suitable for Java programmers?
Thank you
[433 byte] By [
niki4koa] at [2007-11-27 11:34:23]

That book (sometimes called the "Gang of four" book or just GoF) is the
classic Design Patterns book. It's an excellent introduction and description
of design patterns.
I'm an experienced-enough programmer that the code examples -- all very
straightforward -- are superfluous to me. I would have preferred the book to
be written without them, because I feel they add nothing to the book. Your
opinion may be different, and you may prefer more of a tutorial-style book.
That's a question you must answer for yourself.