Hey all. I'm curious if anyone anyone has worked o...
# kotest
n
Hey all. I'm curious if anyone anyone has worked on a KSP plugin for automatically generating arbitraries for simple classes (e.x. sealed + data classes). If not, time permitting, I'm definitely considering making one. But don't want to reinvent the wheel.
e
There's already support for generating arbs for such classes. But it's based on reflection, is that what you want to avoid?
n
Well, I do tend to avoid reflection when possible, but I was not aware of this support.