A question of Java style
Tuesday, January 9th, 2007Modern programming languages tend to provide multiple ways to achieve most tasks. For instance, most C++ developers will tell you that there are many ways one can cause an unexpected SEGFAULT in that particular language.
In Java (and it’s evil near-twin, C#), there are a few different ways one can exploit the nice strong type system to make life easier (or one would hope).
(more…)