Friday, December 30, 2005

Semco and Ricardo Semler - Agile Industry?

Some Semco links:

CNN, 2004:
http://edition.cnn.com/2004/BUSINESS/05/19/go.semlar.transcript/

Excerpt from Semler's 2004 book "The Seven-Day Weekend"
http://www.nfib.com/object/4243663.html


Wikipedia entry on Ricardo Semler:
http://en.wikipedia.org/wiki/Ricardo_Semler

An excellent interview with Semler by CIO Insight, unfortunately dated April 1, 2004:
http://www.cioinsight.com/print_article2/0,1217,a=124700,00.asp
Very good stuff about corporate email privacy, among other issues, here's an excerpt from Semler:
...we searched far and wide for anybody who could tell us what kind of software or system could be installed on our [server] that would make it impossible for our own IT people to spy on people's e-mail. We did not find one. We had to customize one.

Friday, December 23, 2005

Working Effectively With Legacy Code

I'm preparing for a new contract (with Barclays Global Investors) where I'll be helping to improve a software developemnt process in a group that has many years of existing code, so I've been reading Michael Feathers new book "Working Effectively with Legacy Code" (http://my.safaribooksonline.com/0131177052).

So far, I really like the book - it quite modern, coming from an agile/XP approach and consistently emphasizes that the basic task is to get the legacy code under a test harness, so that changes can be made with fewer ulcers.

The book goes into many different examples of how existing code is resistant to being testable, and then shows (usually two or more) approaches for overcoming or workign around those problems.

Another reason I like that the book is that Feathers consistently emphasizes how hard this is - no magic solutions, ugly compromises often required, etc. but that you can make big progess out of many small steps.