March 23rd, 2008

  • Technology

Damn you strict datatypes

Maybe its due to the fact that I haven't programmed in Java for while, but Java's strict data typing is really pissing me off. If I build an array of string arrays why do I have to typecast each of the string arrays when I access them? It doesn't make any sense, they've already been typecast once. I have a feeling this is going to be a problem when I start coding more in AS 3.0 too.