Reply |
DisclaimerNote that the views on this page are not intended to offend. If they do, you might be taking the content too seriously. TODO Game: Start Robuzzle ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() 2D OpenGL Based Game Library ![]() 2D Game Physics Engine in Java Game Developers How about a list of the developers doing interesting things in java gaming. Game Dev Resources Looking for Game Development Resources? Check out the List! |
You know I'm pretty lazy and
You know I'm pretty lazy and i agree with you about class based containers, being more maintainable. (But I'm lazy and they are lower to write).
What i really like about generics is whomever managed to sneak in there the limited form of type bounds in methods:
public T whatever();
It's just beautiful that there is a compiler error when you try to
assign the result
SomethingNotComparableAndRandomAcess something = whatever();
Kev: So close to covariants! Gimme!