-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export class_NULL
?
#489
Comments
As opposed to just telling people to use |
I think the core issue is that S7's support for a union class like |
I'd also think it's overkill. Knowning about and using |
After spending way too long searching for how to allow NULL properties, I echo the fact that:
Union classes are a great idea but they are not obvious to new S7 users like me. I think that better (more prominent) documentation of union classes by sprinkling them throughout examples would be a good way to educate users. |
Should we add
class_NULL
? The primary benefit would be improved discoverability through autocompletions onS7::class_*
and in the package documentation.The text was updated successfully, but these errors were encountered: