Programming
While much have been written on checked vs unchecked exceptions, I found very little practical, down to earth, advice on how and why to use them. Here are my thoughts after years of rumination.
J2SE
While much have been written on checked vs unchecked exceptions, I found very little practical, down to earth, advice on how and why to use them. Here are my thoughts after years of rumination.
Last year I wrote a mini-framework that implemented Finite State Machines using annotations. It was mainly an exercise for me to learn how to use the new Java construct. Now that I have a blog, I post it in case someone will find it as instructive as I did.