Tuesday, May 09, 2006

Raganwald: I'll take Static Typing for $800, Alex.

Here's my question to my fellow Java programmers: why do we tolerate a compiler that forces us to type some things as BigDecimals and some things as Integers, but we don't insist that the compiler catch places where we aren't checking for nulls?

Comments: