Updated: 10/13/2003; 9:15:20 PM.
John Lambert
First we show up, then we see what happens.
        

Tuesday, October 22, 2002

Interesting...
7:50:00 PM    comment []  



Disagreeing with Ken Arnold on Java Design, Kapor Vaporware and a Triple F List [Dare Obasanjo aka Carnage4Life]

Dare has a great entry once again... It's nice to see that someone else agrees that java.util.Stack extends java.util.Vector is a bad thing.

I haven't made up my mind about marker interfaces yet, though... I think there's a place for them, if only because
if (o is IFormatAsCdata) { ... }
looks nicer than (off the top of my head):
if (o.GetType().GetCustomAttributes(typeof(FormatAsCdataAttribute), true).Count != 0) {...}

There's other ways to do the GetCustomAttributes call, but I think you get the point. From a framework development perspective, attributes are definately the way to go, but from an application developer persective, I think marker interfaces might have their place. I'm still trying to make up my mind.


1:17:11 AM    comment []  


© Copyright 2003 John Lambert jlambert@jlambert.com A really bad webcam picture of me.

 
October 2002
Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    
Sep   Nov


Click here to visit the Radio UserLand website.

Subscribe to "John Lambert" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.