Skip to content
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

Remove null checks for arrays/collections #9

Open
Yarikx opened this issue Apr 14, 2015 · 1 comment
Open

Remove null checks for arrays/collections #9

Yarikx opened this issue Apr 14, 2015 · 1 comment
Milestone

Comments

@Yarikx
Copy link
Contributor

Yarikx commented Apr 14, 2015

Null helpers (that are used for arrays/collections) fields can be removed and replaced with direct calls (create*Array, create*List).

As I understand the only reason for this helpers is to safely save and read null values for collection fields.
But such combinations as write*Array/create*Array support nulls by default.

@sockeqwe sockeqwe added this to the next milestone Apr 14, 2015
@sockeqwe
Copy link
Owner

Correct, I will fix that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants