Lenses in C#
I first read about lenses in my adventures with Haskell. A lens is an accessor for getting/setting a field in a data structure. There are…
I first read about lenses in my adventures with Haskell. A lens is an accessor for getting/setting a field in a data structure. There are…
Every now and again I need to write some tests to make sure a piece of code works correctly, but I do not have any…