[ Content | Sidebar ]

Archives for March, 2008

DebConf8 at Mar del Plata

I just found out that the next annual Debian Conference will take place just 400km away from home. Mar del Plata, a coastal city in the province of Buenos Aires, will be hosting DebConf8. This is the first DebConf I’ll be attending to, so I’m pretty excited about it There isn’t much I can say, [...]

Assertions in Java

It was not until recently that I found this feature of the Java language. Runtime assertions, which can be enabled or disabled with JVM arguments, and derive in errors if failed. Such a feature can be very helpful in building quality Classes. In some way, when enabled, every object built with assertions in its code [...]