Archive for August 29, 2003

Friday, August 29, 2003

Agile

Chris Hanson:

I think it’s far better for everybody involved—the client, the service provider, and the eventual end users—to use an iterative, agile approach to software development.

Debugging on Mac OS X

John Chang and Eric Albert have posted some debugging tips.

Continuation Based Web Programming

Chris Double:

Continuation based web servers provide a way of modeling the flow of a web application in a procedural manner. Instead of worrying about how to get inputs through forms and pass that data via the session to other forms you can write your code almost exactly like a normal procedural application and it ‘just works’.

Here’s an example.