Does anyone know of a website where I can found a collection of design patterns exercises?
Thanks in advance.
views:
328answers:
2
+2
A:
Try these:
http://decomp.ulb.ac.be:9090/FrepSite/Cours/0506/TechnoFutur3/dp_presentation_solutions.pdf
Paul Jenkins
2010-04-25 12:11:08
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
2010-04-25 21:40:19
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
2010-04-26 16:11:42