NServiceBus = Fail?

Finally had a chance to dig into the NServiceBus code. My thoughts are here if you care (I'm sure Udi will respond with his thoughts, so comment there instead of here if you think I'm off base):

http://tech.groups.yahoo.com/group/nservicebus/message/1012

Basic summation: code is potentially buggy, doesn't follow standard .NET naming conventions (not uncommon but annoys me when public projects don't) and not really production quality (I saw numerous potential crashes and basic threading problems just in the two core classes I read through).

I do still think Udi is a really smart guy and has a lot of good stuff to say, I just don't like the code.

Update: Udi likes the feedback and will be looking at addressing these issues. I'll try to find some time to work through the rest of NServiceBus to find other potential issues.

No Comments