Design Patterns
After reading 359 pages of Head First Design Patterns today, I realized that I really didn’t know anything above introductory level Java, and the only design pattern I knew was Model-View-Controller.
After reading 359 pages of Head First Design Patterns today, I realized that I really didn’t know anything above introductory level Java, and the only design pattern I knew was Model-View-Controller.
Jimmy 9:29 am on July 31, 2005 Permalink
There are two other really good java books you should read. One is Better, Faster, Lighter Java that I blogged about. The other is Hardcore Java, which you can read at Safari. Both are excellent books that changed the way I code.