J
jankeir
Guest
Why limit yourself to .NET generics syntax if you have the freedom to design it like it could be. The compiler knows the type of the variable being assigned, so why force repeating it. Less code to maintain and read all the time tends to be better if no confusion is possible. ps.: The method calling syntax I suggested works fine in Java. Results in very clean code.
Continue reading...
Continue reading...