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
Emil Kantis
09/10/2022, 4:42 PM
There's already support for generating arbs for such classes. But it's based on reflection, is that what you want to avoid?
n
Nathan Bedell
09/10/2022, 5:26 PM
Well, I do tend to avoid reflection when possible, but I was not aware of this support.