Jump to page: 1 2 3
Thread overview
Poll -- how many people use Interfaces in D?
Jul 25, 2004
Kris
Jul 25, 2004
J Anderson
Jul 25, 2004
John Reimer
Jul 25, 2004
Kris
Jul 25, 2004
J Anderson
Jul 25, 2004
Matthew
Jul 25, 2004
Jan Bendtsen
Jul 26, 2004
Berin Loritsch
Jul 25, 2004
Sean Kelly
Jul 25, 2004
teqDruid
Jul 25, 2004
Mike Parker
Jul 25, 2004
Hauke Duden
Jul 25, 2004
Vathix
Jul 25, 2004
Arcane Jill
Jul 25, 2004
Blandger
Jul 25, 2004
X
Jul 26, 2004
Charles Hixson
Jul 26, 2004
Jaap Geurts
Jul 26, 2004
Stewart Gordon
Jul 26, 2004
Arcane Jill
Jul 26, 2004
Stewart Gordon
July 25, 2004
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
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
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
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
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
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
"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
###.  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
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
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
« First   ‹ Prev
1 2 3