Category Archives: Guidelines

Don’t assume message ordering

On my travels I often see people getting into trouble by assuming that messages will be processed in the same order as they are being sent. If the there was a list of fallacies for asynchronous messaging this one would be: Messages will always be processed in order The reason why this is not true mainly comes from the [...]

Also posted in EDA, Messaging, Queuing | Comments closed

>Structuring of projects

> Ayende has a nice post on structuring of solutions and projects. This is an interesting topic and there is a lot of interesting suggestions in the comments.  In the post Ayende argues for "2 project solutions", one for the application and one for the tests. I’m not a believer of solutions with huge numbers [...]

Posted in Guidelines | Comments closed