- Fluent API

createTask('someTask').
  setDescription('Some Desc).
  setEnabled(true)

I meant "fluent" API in the more general sense, not necessarily bound to the
Java-Builder style.

I should have said: "any API that makes sense and is easy to use and remember".

On the first read, I took issue with
 task aTask
where I expected
 task 'aTask'
as I considered it too surprising.
But on a second read, it doesn't seem to bad using a yet unassigned property in a Script.

cheers
Dierk


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to