Day: August 7, 2007

  • The Trouble with Deprecation

    Java has this feature, that allows you to deprecate stuff. The compiler will then issue warnings, if those elements are used by non deprecated elements. While this seems to be a good idea in fact it isn’t. If you have to change something, just do it and get immediately rid of all the crap or…