[Scal][1] (containing name parts of __S__tructureMap and __Cal__iburn.Micro) is a project into which flows the way I like to work with Caliburn.Micro (CM). Scal brings together what I like to use in a
Are you tired of null checks in your C# code? if (blahdiblah != null) ?
There are several ways out
* Code in a different language
* Live with it
* Put some guidance on your code like e.g. NotNul
> "Atomic activities may not be confused with consecutive code" - _Arthur X. Brannigan_
> "Ideally, atomic activities can be read as consecutive code" - _Arthur X. Brannigan_
What Arthur is tryin
If you do test your stuff, not having static compilation at all times doesn’t seem too daunting. In such cases (and when you can use .NET 4.0) you can consider using the dynamic capabilities to giv