Thread overview | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
July 25, 2004 Poll -- how many people use Interfaces in D? | ||||
---|---|---|---|---|
| ||||
I think this would be really interesting to know! Simply replying will count you in. If you use them pretty extensively, please add a ### distinguishing mark (or something). Thanks much. ### |
July 25, 2004 Re: Poll -- how many people use Interfaces in D? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kris | Kris wrote: >I think this would be really interesting to know! Simply replying will count >you in. If you use them pretty extensively, please add a ### distinguishing >mark (or something). > >Thanks much. > >### > > Everyone has to use an interface to use D. Notepad is an interface. I guess your talking about an advanced interface. I use DIDE. -- -Anderson: http://badmama.com.au/~anderson/ |
July 25, 2004 Re: Poll -- how many people use Interfaces in D? | ||||
---|---|---|---|---|
| ||||
Posted in reply to J Anderson | On Sun, 25 Jul 2004 11:33:03 +1000, J Anderson wrote:
> Kris wrote:
>
>>I think this would be really interesting to know! Simply replying will count you in. If you use them pretty extensively, please add a ### distinguishing mark (or something).
>>
>>Thanks much.
>>
>>###
>>
>>
> Everyone has to use an interface to use D. Notepad is an interface. I guess your talking about an advanced interface.
>
> I use DIDE.
No, I think he's referring to D's "interface" keyword. How many people make use of interfaces in D in their normal OO programming practice?
|
July 25, 2004 Re: Poll -- how many people use Interfaces in D? | ||||
---|---|---|---|---|
| ||||
Posted in reply to John Reimer | Yes; the "interface" keyword is what I meant. Thanks John.
"John Reimer" wrote..
> No, I think he's referring to D's "interface" keyword. How many people make use of interfaces in D in their normal OO programming practice?
|
July 25, 2004 Re: Poll -- how many people use Interfaces in D? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kris | Kris wrote: >Yes; the "interface" keyword is what I meant. Thanks John. > >"John Reimer" wrote.. > > >>No, I think he's referring to D's "interface" keyword. How many people >>make use of interfaces in D in their normal OO programming practice? >> >> > > > Right o. Yes I use interfaces. # -- -Anderson: http://badmama.com.au/~anderson/ |
July 25, 2004 Re: Poll -- how many people use Interfaces in D? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kris | In article <cdv28j$1fbe$1@digitaldaemon.com>, Kris says... > >I think this would be really interesting to know! Simply replying will count you in. If you use them pretty extensively, please add a ### distinguishing mark (or something). I do. If I'm going to build an inheritance tree then I'm likely to do so with interfaces and then build classes in where appropriate. The new stream stuff I've done that will be released someday works this way. Sean |
July 25, 2004 Re: Poll -- how many people use Interfaces in D? | ||||
---|---|---|---|---|
| ||||
Posted in reply to J Anderson | "J Anderson" <REMOVEanderson@badmama.com.au> wrote in message news:cdv3oi$1g1m$1@digitaldaemon.com... > Kris wrote: > > >Yes; the "interface" keyword is what I meant. Thanks John. > > > >"John Reimer" wrote.. > > > > > >>No, I think he's referring to D's "interface" keyword. How many people make use of interfaces in D in their normal OO programming practice? > >> > >> > > > > > > > Right o. Yes I use interfaces. > # I do, but not to the degree to which I imagine prompted Kris' recent musings # |
July 25, 2004 Re: Poll -- how many people use Interfaces in D? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kris | ###. I love interfaces.
On Sat, 24 Jul 2004 18:29:22 -0700, Kris wrote:
> I think this would be really interesting to know! Simply replying will count you in. If you use them pretty extensively, please add a ### distinguishing mark (or something).
>
> Thanks much.
>
> ###
|
July 25, 2004 Re: Poll -- how many people use Interfaces in D? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kris | Kris wrote:
> I think this would be really interesting to know! Simply replying will count
> you in. If you use them pretty extensively, please add a ### distinguishing
> mark (or something).
>
> Thanks much.
>
> ###
>
>
I'm a big fan of programming to abstract interfaces, even in C.
###
|
July 25, 2004 Re: Poll -- how many people use Interfaces in D? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kris | Kris wrote:
> I think this would be really interesting to know! Simply replying will count
> you in. If you use them pretty extensively, please add a ### distinguishing
> mark (or something).
>
> Thanks much.
>
> ###
>
>
I use them all the time.
###
Hauke
|
Copyright © 1999-2021 by the D Language Foundation