top | item 45822070

(no title)

rtu8lu | 3 months 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.

discuss

order

ctenb|3 months ago

What is complexity sorted order?

rtu8lu|3 months ago

When you generate randomized data in an order from the simplest to the most complex.