Subject: Re: Gedankenexperiment on method duck type safety
From: "Thomas Wieczorek" <wieczo.yo googlemail.com>
Date: Sat, 2 Feb 2008 03:50:44 +0900
References: 289355289461289475
In-reply-to: 289475
Though I think that is_a? should be used sparsely. I like the idea of
gradual typing: Develop your program first without type definitions
and then when you think some regions need speed up, add the used types
of the objects.