Monthly Archives: September 2009
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
Hello world!
This blog is my attempt at trying to become a better programmer, or put another way, an attempt to suck less. I love programming and love learning new stuff, so this blog will hopefully contain my notes and thoughts as … Continue reading
Filed under Uncategorized