Should universities put more emphasis on teaching their students about design patterns?

Posted by gablin on Programmers See other posts from Programmers or by gablin
Published on 2010-10-15T15:00:12Z Indexed on 2011/11/13 18:05 UTC
Read the original article Hit count: 710

While I've heard about design patterns being mentioned in a few courses at uni, I know of only a single course which actually teaches design patterns. In almost all other areas (algorithms, parallelism, architecture, dynamic languages, paradigms, etc), there are several, often a basic course and an advanced course.

Should universities put more emphasis about teaching their students about design patterns and provide more courses in design patters? Are lack of knowledge about design patterns common in just-graduated junior developers?

© Programmers or respective owner

Related posts about design

Related posts about design-patterns