Thursday, January 26

Generics

This blog comes probably a little late, since i've been a little (if not entirely) away from this world. This is to salute the initiatives of introducing type-safe constructions (i.e generic) into programming languages like Java or C# (one thing that puzzles me though is how long will it take until these 2 prog. languages will merge? and if they do, what will the new language be called? Microsun? JavaPound? JPound? ). The introduction of the generic structures allows for type-safe structures and also for code reusability. So, hooray for generics! For more information on generics, check out these sites: C# and Java.

PS1. I wonder if the partial concept is also in java (this will be my next blog)
PS2. Check out the new article from Joel .

No comments: