Category Archives: Programming
Java Enum Puzzler
Recently, I ran into an interesting bit of code related to Java enumerations. Here’s a contrived minimal sample: When this code is run, an intuitive expectation is to see the following printed to the console: BRAVO CHARLIE ALPHA However, when … Continue reading
Filed under Java, Programming
Pasting source code to wordpress.com using Windows Live Writer
Apparently, wordpress.com does not play nicely with pasting source code, especially if you are using the excellent Windows Live Writer and its Code Snippet plugin. I had to google quite a bit before I could figure out the right way … Continue reading
Filed under Programming