test-check

2017-03-01T23:46:27.000200Z

I was wondering, if I have some constraints I want to apply with such-that

2017-03-01T23:46:47.000201Z

should they be as early as possible in the generator definition or as late as possible?

2017-03-01T23:47:00.000202Z

I would guess better to cut early to avoid extra computation

2017-03-01T23:47:33.000203Z

creating some generators for this pet project https://github.com/AndreaCrotti/scrabble/blob/master/test/clj/scrabble/core_test.clj#L114

2017-03-01T23:47:42.000205Z

(and it's pretty awesome actually I have to say)