Design Pattern for RUBY Beginner Learner

Dear Ruby Folk,

Do you know a good Ruby Design Pattern Tutorials Site or Documents? I am
still in beginner level in Ruby but.. for my school i need to know in
the following ruby design pattern.

- Visitor Pattern
- Composite Pattern
- Decorator Pattern
- Observer pattern

many thanks in advance.

best regards,
salai.

I do not know a site but I do know a book which is excellent:


Hope this helps.
Bharat

···

--
Posted via http://www.ruby-forum.com/.

Russ Nelson wrote a great book, I reviewed it here:

and interviewed him about it here:

enjoy.

···

On Wed, Jul 2, 2008 at 11:15 AM, Salai Khine <sayakyi@gmail.com> wrote:

Dear Ruby Folk,

Do you know a good Ruby Design Pattern Tutorials Site or Documents? I am
still in beginner level in Ruby but.. for my school i need to know in
the following ruby design pattern.

- Visitor Pattern
- Composite Pattern
- Decorator Pattern
- Observer pattern

many thanks in advance.

best regards,
salai.

--
thanks,
-pate
-------------------------
Duty makes us do things, Love make us do things well.
http://on-ruby.blogspot.com http://on-erlang.blogspot.com
http://on-soccer.blogspot.com

At least the last three are fairly trivial in ruby - I suggest just
trying to implement them yourself to get a handle on them. Ask the
list for help.

martin

···

On Wed, Jul 2, 2008 at 10:15 AM, Salai Khine <sayakyi@gmail.com> wrote:

Dear Ruby Folk,

Do you know a good Ruby Design Pattern Tutorials Site or Documents? I am
still in beginner level in Ruby but.. for my school i need to know in
the following ruby design pattern.

- Visitor Pattern
- Composite Pattern
- Decorator Pattern
- Observer pattern

I have to say, I found that book pretty lacking. It the worst design patterns book I ever read.
I would call it 'marginally passable'.

···

On Jul 2, 2008, at 1:30 PM, Bharat Ruparel wrote:

I do not know a site but I do know a book which is excellent:
http://www.amazon.com/Design-Patterns-Ruby-Addison-Wesley-Professional/dp/0321490452/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1215019949&sr=1-1
Hope this helps.
Bharat
--
Posted via http://www.ruby-forum.com/\.

Sean Allen wrote:

I have to say, I found that book pretty lacking. It the worst design patterns book I ever read.
I would call it 'marginally passable'.

I do not know a site but I do know a book which is excellent:
Amazon.com

Hope this helps.
Bharat
--
Posted via http://www.ruby-forum.com/\.

Well ... there's no way it could be worse than the Head First one. :slight_smile:

Seriously, though, I liked Russ Nelson's book. I don't know if it's suitable for a beginner, though.

···

On Jul 2, 2008, at 1:30 PM, Bharat Ruparel wrote:

Sean Allen wrote:

I have to say, I found that book pretty lacking. It the worst design patterns book I ever read.
I would call it 'marginally passable'.

I do not know a site but I do know a book which is excellent:
http://www.amazon.com/Design-Patterns-Ruby-Addison-Wesley-Professional/dp/0321490452/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1215019949&sr=1-1
Hope this helps.
Bharat
--
Posted via http://www.ruby-forum.com/\.

Well ... there's no way it could be worse than the Head First one. :slight_smile:

I so agree.

Seriously, though, I liked Russ Nelson's book.

I liked it too:

James Edward Gray II

···

On Jul 2, 2008, at 10:27 PM, M. Edward (Ed) Borasky wrote:

On Jul 2, 2008, at 1:30 PM, Bharat Ruparel wrote: