This article is another example of why strong typing in an OO language is
totally unnecessary. I have used an untyped OO language for many years on
large (2000+ classes) projects with many different programmers(20+) and we
never had a problem with not having strong type checking. Strong typing may
have been necessary in structured languages such as C, C++, Pascal, etc.
but with OO languages it is just a burden. I think VB would be better off
moving away from strong type checking, not trying to "work-around" it.
Gary
"Jeremy Cowles" <jeremy.cowles[nosp@m]asifl.com> wrote in message
news:AjVgb.80086$(E-Mail Removed)...
> A new article for MSDN Mag. was posted on Generics, just FYI:
>
> http://msdn.microsoft.com/msdnmag/is...T/default.aspx
>
>
> ~
> Jeremy