show/hide this revision's text 2 added 381 characters in body

Are there set design patterns or does each individual sufficiently skilled software developer recognize and reduce their code to develop new patterns. Effectively creating their own "design" patterns.

Edit - Thanks for the responses. In reality I'm just refactoring and/or reducing code where the problem should have first been compared to existing design patterns before the code was written. If a match was found then I should have used it otherwise I'm simply refactoring code (which is not a bad thing and usually doesn't produce any new generally useful "patterns".)

show/hide this revision's text 1

Are design patterns something you invent as you go

Are there set design patterns or does each individual sufficiently skilled software developer recognize and reduce their code to develop new patterns. Effectively creating their own "design" patterns.