Latest Replies
Sunday
Jun012008

Some notes from out of the trenches

  • Long time ago I hated when the project did not compile. Later I've learned to despise broken unit tests. Now I'm feeling myself uncomfortable if there are broken projects flashing at CCTray. What will come next?
  • *

Long time ago (a couple of months are really a long time in a fast-paced environment) I did write a post on implementing DSL functionality efficiently with .NET. Well, it turns out that I was wrong in a couple of spots:

  • DSL could be really efficient and easy to implement (Ayende has pointed out this to me really quick by mentioning Boo)
  • When you get really complex workflows (40+ nodes, 90+ interactions) C# "noise" becomes too loud to handle.

So right now I'm at the point where I have to look for the approaches like SimpleStateMachine in order to still be able to manage development project efficiently.

« CPU cycle inflation | Main | Some notes on XPO and continuous validation testing »

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>