Design Patterns: Should I learn them?

Posted by prelic on Programmers See other posts from Programmers or by prelic
Published on 2011-06-21T05:47:11Z Indexed on 2011/06/21 8:30 UTC
Read the original article Hit count: 379

Filed under:
|

So it's kinda weird asking two questions back-to-back, but they aren't very related and I didn't want to combine them, but I'm not spamming questions, I promise!

Anyway, I'm a recent college grad, and my education only touched on design patterns...we implemented a few simple ones, touched on the fact that there were more complicated ones, and were instructed to turn to the GoF book if we wanted to learn more. My question is, is it worth learning the patterns in the GoF book? To me, it's always seemed counter-intuitive to try and make a problem fit a classic pattern, but obviously the book, and the patterns, are famous for a reason. Do they show up enough that I should be learning them?

Thanks again!

© Programmers or respective owner

Related posts about learning

Related posts about design-patterns