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 nulls and implement Optional #5

Closed
gdoenlen opened this issue Dec 14, 2017 · 1 comment
Closed

Remove nulls and implement Optional #5

gdoenlen opened this issue Dec 14, 2017 · 1 comment
Assignees

Comments

@gdoenlen
Copy link
Owner

Several methods of the library return null values which can lead to errors if they aren't handled properly. Implement an optional class and stop throwing exceptions.

@gdoenlen gdoenlen self-assigned this Dec 14, 2017
@gdoenlen
Copy link
Owner Author

null is fine. Apex doesn't have generics to do this properly.

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

1 participant