Should I pass the BrainBench Design patterns certification?
Posted
by Fedyashev Nikita
on Stack Overflow
See other posts from Stack Overflow
or by Fedyashev Nikita
Published on 2009-03-18T18:01:49Z
Indexed on
2010/05/27
12:01 UTC
Read the original article
Hit count: 212
php
|design-patterns
I have found Design patterns certification at the Brainbehch.
I have heard from people who passed it, that there are many Language-specific patterns questions, mostly from Java and C++.
I think that this certification can:
- force me to improve my skills on Object oriented design and design patterns;
- improve and structure my knowledge of the domain;
- give real estimate of my knowledge, which is useful issue itself
The only confusion I have about this certification, is that I have to learn C++/Java language specific design patterns, while I mostly do PHP development and don't want to switch to C++/Java.
I'm familiar with Java & C++ syntax, read lots of books about different subjects with code snippets in this programming languages.
I think, that if I pass well all concepts except language specific patterns at certification, it won't be very good, because this concepts will gain quite low results.
What would you recommend in this particular circumstance?
© Stack Overflow or respective owner