Comment by rtu8lu
11 hours ago
Great project. I used it a lot, but now I mostly prefer ad hoc generators. Hypothesis combinators quickly become unmaintainable mess for non-trivial objects. Also, shrinking is not such a big deal when you can generate your data in a complexity-sorted order.
What is complexity sorted order?
When you generate randomized data in an order from the simplest to the most complex.