Note to self: Set the signature cookie here: http://c2.com/cgi/wikiOptions
I am a very dedicated VbClassic developer. VbClassic is indeed a wonderful tool to do TestDrivenDesign in. You have to obey the tool, though. Doing VB the Java or C# way is a certain path to failure.
Pages I follow with interest:
CeeSharp is beefed up with generics, which I think is solving the wrong problem. Generics is a kind of typed interface inheritance, and used wisely it can be a wondeful thing. But the syntax is just plain ugly, most of the new functionality in the DotNetFramework that I have been exposed to is not CLS compliant. So I suspect my generic classes are not as well. Not that I care, I am not creating libraries anyway. But the syntax can be so verbose and clumpsy, that I recomend the stuff for internal use only. You should not use any generic as part of any interface.
The most laughable extention is anonymous methods which is not typesafe at all, and contradicts everything CeeSharp is designed for. It could, of course, be the beta compiler that isn't smart enough just yet.
Well, enough bashing. I have to get myself back to work...
-- ThomasEyde
PS. If you care to, you can contribute to the spamming of my mailbox, mailto:teyde@online.no.