Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Do you know web site or book for Design patterns skill test?

share|improve this question

closed as not constructive by casperOne Aug 8 '12 at 3:21

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

Are you looking to give a test, or prepare for a test? If you're starting with design patterns, the "Gang of Four Book" ( http://en.wikipedia.org/wiki/Design_Patterns ) is really a classic.

If you're giving a test, as a part of an interview or something, I'd try to avoid asking people to "demonstrate such and such a design pattern". It's just not realistic. Give them a white board and a pen, and ask them to "lay out an inventory management system that does these things...". You'll get a better idea of how they think of problems that way.

share|improve this answer
Although is it useful advice it is not an answer – Andrey Oct 20 '10 at 12:03
1  
My opinion on patterns related interview question is that you should ask: "Tell which patterns did you use recently? How did they helped you?" – Andrey Oct 20 '10 at 12:04
1  
Well, I only have an answer for one potential question, "what's a book that can prepare me for a design patterns test?" But as far as interviews go, lots of people can name patterns, and the answer to "How did they help you" should ALWAYS be, "My system performed as intended". There's really no substitute for actually watching someone solve a problem. – Curtis Oct 20 '10 at 12:22

Not the answer you're looking for? Browse other questions tagged or ask your own question.