Lambda the Ultimate

inactiveTopic .NET fun fact
started 1/23/2002; 7:14:11 AM - last post 1/23/2002; 8:01:07 AM
Dan Shappir - .NET fun fact  blueArrow
1/23/2002; 7:14:11 AM (reads: 536, responses: 2)
According to Chris Sells the .NET Base Class Libraries contain 3500+ classes. Despite the use of namespaces, the profusion of wizards, and the documentation (which Microsoft generally does reasonably well), I'm not sure how a person can come to grips with this amount of code.
Maybe it is time for a new Paradigm.

Chris Rathman - Re: .NET fun fact  blueArrow
1/23/2002; 7:39:53 AM (reads: 593, responses: 1)
Lost count of the number of classes in J2EE, but it's probably got as many, if not more. I also seem to recall that Squeak had some 1600 classes that last time I checked.

The absolute count of classes is much less important than (1) how well they are factored; and (2) how good are your object browsers. I haven't looked at the VS.Net browser yet, but it would be real nice if they approached the level of usefulness of the Smalltalk environments. Of course, Smalltalk has the advantage that all the classes are instantly accessible via the image, whereas Java and C# are file bound. IBM VisualAge for Java tries to mimic this image framework (last I heard was that it was actually written in Smalltalk), but it is not quite on par with VA for ST.

Having seen a demo on monday of VS.Net, there are many things to like about the tools but I also see lots to complain about as well.

Ehud Lamm - Re: .NET fun fact  blueArrow
1/23/2002; 8:01:07 AM (reads: 674, responses: 0)
Having seen a demo on monday of VS.Net, there are many things to like about the tools but I also see lots to complain about as well.

We are all ears.