FluentAssertions v8 is now paid software
Free: Assert.True(result);
$130 per developer: result.Should().BeTrue();
đŸ˜±
FluentAssertions v8 is now paid software
Free: Assert.True(result);
$130 per developer: result.Should().BeTrue();
đŸ˜±
Before you write a try…catch, answer three questions: 1 Do you know exactly which exception will be thrown?Not something might go wrong. A...
A conversation I have had dozens of times in code reviews: Me: Why are you catching this exception here? Developer: Otherwise the app would crash....
Your app should crash more often. Not because crashing is good. But because crashing is honest. When your app hits an unexpected state and crashes,...