Interesting Thoughts on C# and Java Generics

If you like philosophizing about programming languages you have to check out Bruce’s thoughts on Java and C# Generics:

Having over a decade of C++ experience, I’m still not sure whether I like or dislike the latent typing behavior. Personally, I prefer constraints and explicit expressions just to avoid misapprehension in template instantiations. But I’m still thinking about it…