Jeff's Blog

Musings about software development, Java, OO, agile, life, whatever.


Saturday, February 03, 2007 
Origins

I'm not the sort to dwell on my past, at least not most of the time. But recently I've thought a bit about where some of my current software development interests come from. I wrote a few of these "origins" down and thought some of them might be interesting enough to share.

My first real exposure to a computer was in the late 1970s, at the Radio Shack located in the local mall. A friend and I would hang around and bang some Basic code into a TRS-80 until we were asked to leave by the staff (usually only when they got a real customer, which was rare, and they were very good about letting us hang out otherwise).

We had bought one of those books containing complete program listings. When entered properly, the three-or-so-page programs allowed us to run cheesy little text-based games. What that meant is that I wasn't really doing much programming--I was only typing code directly from the book into the trash80, not knowing half of what was going on. I had a small grasp of what programming was all about, but wasn't daring enough to do much with it on my own (save for a little "guess the number from 1 through 10" application). The code in the books was so daunting--several pages of convoluted code with inscrutable variable names and lots of gotos.

Over time, I remember thinking, "why are things so convoluted?" and figuring there had to be a better way. I would take some of the programs and make small changes to them, such as renaming variables, in order to make them more comprehensible. It's a practice I continued throughout my career, even when I knew I'd be the only one who would probably ever look at the code. To this day, I still refactor code in this manner as my first approach to better understanding unfamliar code.


Comments: Post a Comment

Links to this post:

Create a Link



<< Home

RSS Feed (XML)

Archives

February 2004   March 2004   May 2004   September 2004   October 2004   January 2005   February 2005   September 2005   October 2005   November 2005   December 2005   January 2006   February 2006   March 2006   June 2006   August 2006   January 2007   February 2007   March 2007   April 2007   September 2007   October 2007   November 2007   December 2007   January 2008  

This page is powered by Blogger. Isn't yours?