Nullable Maths Readability
Looking at the readability of performing a mathematical operation on a nullable integer and how it relates to readability and maintainability of the code base.
Looking at the readability of performing a mathematical operation on a nullable integer and how it relates to readability and maintainability of the code base.
Using custom specimen builders with AutoDataAttribute functionality to reduce the amount of repeated code in your Arrange phase of unit tests.
Writing a custom specimen builder to extend AutoFixture’s auto generation routines to abide by business requirements.
Ever needed to return different values from a method call without exposing an enumerator? Let’s explore some options.
Looking at another constructor parameter checking option when passing in an enum value.