Does GRASP patterns come under Design Patterns Category?

Hi there!

I am bit confused with the division or categories of Patterns.

Does GRASP Patterns (General Responsibility Assignment Software Patterns - catalogued by Craig Larman) come under the group of Design Patterns?

I got confused when I read somewhere that - Design patterns are the patterns specific for coding solutions. Patterns like GRASP which we use to assign responsibilities to objects (this is also design right?) are also contributing to design - so why they are not Design Patterns?

http://www.clickblocks.org/patterns1/pattern_synopses.htm#Top%20of%20Page

At this above link you could see the difference where the author of the book: "Patterns in Java" mentions patterns catalogued in vol 1 and vol 2 as design patterns and patterns in vol 2 as software patterns (GRASP are mentioned in volume 2).

I know it is a silly doubt, but still - that's bugging me.

Hope somebody could clear my doubts here....

best regards,

Mahi

[997 byte] By [mahi18a] at [2007-9-28 12:35:37]
# 1
Maybe if that pattern could solve your problem and if that pattern proves to have high efficiency, you can consider that as design pattern.Design patterns could come from GOF, Martin Fowler, Sun Microsystem, etc.rgds,Alex
lexzeusa at 2007-7-12 3:46:08 > top of Java-index,Other Topics,Patterns & OO Design...