• 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

Head First Design Patterns question exercises

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I've completed reading the first two patterns (Strategy & Observer) from Head First Design Patterns.

I would like to test my knowledge by working on some example questions, and few exercises to enable me understand the pattern well, and apply them diligently.


It would be greatly appreciated, if Eric or Elisabeth or any one in this forum , to provide me a link or a resource, where I can find some example problems or exercises on all the design patterns.

Thanks!

Regards,
Priya Jlus.
 
Ranch Hand
Posts: 1855
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Priya,

look at the course 'Advanced Object-Oriented Development: Architectures and Design Patterns' at:

http://www.ucsc-extension.edu/ucsc/search/publicCourseSearchDetails.do?method=load&courseId=1535194

I am actually working on this course and can tell you that there are least 6 homeworks where you must use all of Head First Design Patterns mentioned patterns.

Regards,
Darya
 
author
Posts: 200
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI Priya,

We don't have any exercises prepared other than the ones that went into the Head First Design Patterns book, however, we did create an extended example at one point that uses a lot of the patterns from the book. This didn't make it into the book, but we were thinking of putting it online, and your post makes me think that we should in fact try to make a series of exercises about it as well!

In addition, I am currently working on a series of online (Javascript) Head First style games that we'll hopefully start posting soon that you can use to test your pattern skills.

Otherwise, I'd recommend thinking about problems you may have encountered at work or in school (still have any of your old textbooks around?) that you might be able to go back and look at with patterns in mind.

Elisabeth
 
It's exactly the same and completely different as this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic