iJackUA / rwdtow

Ruby Web Dev: The Other Way. Personal best practices guide.
http://rwdtow.stdout.in/
Other
265 stars 26 forks source link

GRASP #31

Open knoxknox opened 7 years ago

knoxknox commented 7 years ago

@iJackUA, what do you think about to add GRASP to some section ? A lot of people know about SOLID and not all of them know about GRASP principles.

iJackUA commented 7 years ago

Interesting idea, thanks. It looks like I have used these principles but honestly hasn't operated GRASP abbr. to express them. I will need to have a closer look on this topic and add it to the book.

rennanoliveira commented 7 years ago

We end up using GRASP whenever we try to do good OOD. Indeed not a lot of people talk about GRASP. Would be interesting to add it to the book, as it involves very simple concepts that can be expanded to every code design decision. :)