Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Object Oriented design

From: rotenca:telvia:it at: 7-Jan-2002 0:44

Hi, Patrick
> I was just finishing Grady Booch's book "Object Solutions" this evening when > I spoke to myself: > - who can I ask for advice? > - where to find good programmers? > > As often in life, solutions were just in front of me : the rebol-listers ! > > So I'm coming to you for a good book about "Object Oriented design".
You could try: E. Gamma, R. Helm, R. Johnson, J. Vlissides Design patterns Elements of reusable OO software Addison Wesley 1995 (foreword by Grady Book) I find it very very interesting.
> ps: how do I program today ? I think a lot, write some notes, looking for > generic solution. When I am confident with the solution, I start > programming. During programming, I almost everytime find my generic solution > is not so generic. I finish the program anyway and sometimes it works. At > this time, I have a new solution but I would have to restart from scratch.
UML could be the solution? --- Ciao Romano