KEEP
KEEP copied to clipboard
Create props
Have a look at the existing ideas for dataarg -- it is another approach with similar goals.
I don't think that this is the same. We are trying to avoid declare multiple classes and doing hacks for helping type resolving. While our problem can't be easily solved, dataargs can be easily emulated via optional named arguments.