'Functions for nothing, and your tests for free' Property-based testing and F# - George Pollard

preview_player
Показать описание
Both of these are technologies that let you do more
with less: something that I look for in all tech!

Firstly, we'll be exploring property-based testing:
what it is, and how you can apply it to your projects
to find more bugs and more thoroughly test your code,
while automating the boring bits. Whether you're
maintaining a legacy C++ system or writing brand-new
.NET Core code, you can benefit from property-based testing.

I'll share some lessons I've learned from applying it in the
real world, along with anti-patterns that you should avoid.

We'll also cover using F# for testing. While you don't
need to use F# to apply property-based testing, mixing the
two together makes a delicious combination. 🍨
Рекомендации по теме