#net
Read more stories on Hashnode
Articles with this tag
I was full of doubt about local functions at first. They break some dogmas for me. For example, return from the method isn't the last statement...
Working with collections of custom types in xUnit always felt clumsy. To pass such a set of data, you had either create a property or a whole...
Interfaces with only one method and one implementation always seem awkward to me. I felt it in my gut but wasn't able to articulate what's exactly...