[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Design Pattern for RUBY Beginner Learner

Salai Khine

7/2/2008 5:16:00 PM

[Note: parts of this message were removed to make it a legal post.]

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.

6 Answers

Bharat Ruparel

7/2/2008 5:30:00 PM

0

pat eyler

7/2/2008 5:35:00 PM

0

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

http://on-ruby.bl.../2007/12/design-patterns-in-ruby-r...

and interviewed him about it here:

http://on-ruby.bl.../2008/01/russ-olsen-inte...

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.bl... http://on-erlang.bl...
http://on-soccer.bl...

Sean Allen

7/2/2008 5:41:00 PM

0

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&...
> Hope this helps.
> Bharat
> --
> Posted via http://www.ruby-....
>


Martin DeMello

7/2/2008 6:15:00 PM

0

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

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

M. Edward (Ed) Borasky

7/3/2008 3:27:00 AM

0

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'.
>
> 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&...
>>
>> Hope this helps.
>> Bharat
>> --
>> Posted via http://www.ruby-....
>>
>
>
>

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

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

James Gray

7/3/2008 12:49:00 PM

0

On Jul 2, 2008, at 10:27 PM, M. Edward (Ed) Borasky 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'.
>> 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&...
>>> Hope this helps.
>>> Bharat
>>> --
>>> Posted via http://www.ruby-....
>>>
>
> Well ... there's no way it could be worse than the Head First one. :)

I so agree.

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

I liked it too:

http://blog.grayproductions.net/articles/design_patter...

James Edward Gray II