Bifrost
Bifrost copied to clipboard
new ConceptAs<string>().ToString() throws NullReferenceException
Maybe a feature, but considering a null reference is almost universally* translated to the empty string, I believe an empty concept (of a reference type) also should be translated to the empty string.
*except of course when calling .ToString() directly on a null reference.