Archive for February, 2008

See Groovy Run

eWeek has an interesting article on Groovy’s rise in the ranks of programming languages.

It is fantastic to see Groovy getting some real positive attention I can only hope that will spur people to more work on the Groovy Eclipse plugin. :)

groovy & scripting languages Chris 26 Feb 2008 No Comments

If I could only have one book…

One of the questions one of my friends asked in a comment on another posting was, “So, if you could recommend only 1 technical book I get through this year, which one would it be?” I read way too many books. In fact, my doctor says if I don’t stop I’ll turn into a nerd. I’m willing to risk it. Anyway, I’m far from one to shrink away from such a vague and wide ranging question. These aren’t book reviews but simply a few of the reasons I think the book is pretty good or where it could be better. So in no specific order here they are…. Continue Reading »

books & software development Chris 26 Feb 2008 10 Comments

Why Fit Isn’t

On the project that I’m working on we reached a point where we needed to integration test the major component that we are building. We already have unit tests with good code coverage for each of the individual pieces. Call me crazy but I wanted to ensure the whole work flow, well, worked. Correctly. You know, test the fact that all these little units happily working in unison would produce output that would make sure everyone on the project team stayed employed. I also wanted a way to run these test in a more or less automated fashion so developers wouldn’t have to remember to do it. To that end the project team started taking a look at Fit and FitNess to see if that would do what we wanted. Both are useless. Continue Reading »

rant Chris 18 Feb 2008 3 Comments