You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@click.apache.org by Bob Schellink <sa...@gmail.com> on 2010/06/25 11:25:32 UTC

Re: [jira] Commented: (CLK-696) Use typesafe collection

On 24/06/2010 17:41, Finn Bock wrote:
> 2010/6/24 Adrian A:
>> What if we make OptionGroup extend Option?
>> Wouldn't that simplify the problem?
> 
> Indeed it would, but with a tiny risk of breaking existing user code like:

I don't think we need to enforce inheritance onto Option and OptionGroup. The issue at hand is minor
at best, no need to complicate the framework.

Bob

Re: [jira] Commented: (CLK-696) Use typesafe collection

Posted by Bob Schellink <sa...@gmail.com>.
Oops, sent to wrong list :)

On 25/06/2010 19:25, Bob Schellink wrote:
> On 24/06/2010 17:41, Finn Bock wrote:
>> 2010/6/24 Adrian A:
>>> What if we make OptionGroup extend Option?
>>> Wouldn't that simplify the problem?
>>
>> Indeed it would, but with a tiny risk of breaking existing user code like:
> 
> I don't think we need to enforce inheritance onto Option and OptionGroup. The issue at hand is minor
> at best, no need to complicate the framework.
> 
> Bob
>