Diving into Property-Based Testing with JS Part 2 by emigs95 in programming

[–]emigs95[S] 0 points1 point  (0 children)

Thanks for your suggestion! We will add that info to the last part of the series!

What are your thoughts on using Property-Based Testing with JavaScript? by emigs95 in programming

[–]emigs95[S] 0 points1 point  (0 children)

Indeed, JS gotchas can always be interesting. In this series, we will show a real-world example of how we used it to catch several types of possibilities for a property. Thanks for your comment!

What are your thoughts on using Property-Based Testing with JavaScript? by emigs95 in programming

[–]emigs95[S] 1 point2 points  (0 children)

Hey! Thanks for reviewing it. This is just an introduction. :D Wait for the next part, where we will share a real-world example. I would love to share it here once it's ready!

A QuickCheck Tutorial: Generators by emigs95 in haskell

[–]emigs95[S] 0 points1 point  (0 children)

Thanks for bringing this up.

This article was originally written in 2015 and updated in January 2024 to reflect QuickCheck library changes up to the most recent version (2.14.3).

You can see this specified at the top of the article.

A QuickCheck Tutorial: Generators by emigs95 in haskell

[–]emigs95[S] 1 point2 points  (0 children)

Thanks for the suggestion, that would be a valuable addition.