C# and implicit conversions
Sometime you decide to create a small datastructure – let’s call it Trinary – which will mostly behave like some standard datastructure – let’s think of Boolean – but with some different behavior from time to time. TO avoid a lot of noisy changes to your codebase it might be better to define [...]