views:

328

answers:

2

Does anyone know of a website where I can found a collection of design patterns exercises?
Thanks in advance.

+2  A: 

Try these:

http://decomp.ulb.ac.be:9090/FrepSite/Cours/0506/TechnoFutur3/dp_presentation_solutions.pdf

http://etutorials.org/Programming/Software+engineering+and+computer+games/Part+I+Software+Engineering+and+Computer+Games/Chapter+5.+Software+design+patterns/

Paul Jenkins
Hmm, answer to first question in first document assumes you should know the literal implementation of a pattern, this does not seem so useful.
Gabriel Ščerbák
A: 

Good exercises for me were the Code Katas ( http://codekata.pragprog.com/ ), bacause those are small enough problem to let you focus on test driven development and design and refactoring to design patterns.

Gabriel Ščerbák