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

Fix IResult.ISuccess.value. #99

Merged
merged 1 commit into from
Dec 1, 2024
Merged

Fix IResult.ISuccess.value. #99

merged 1 commit into from
Dec 1, 2024

Conversation

samchon
Copy link
Owner

@samchon samchon commented Dec 1, 2024

This pull request includes a series of changes across multiple files to standardize the usage of the value property instead of data in result objects. The most important changes involve updates to various schema composers, type definitions, and test files.

Schema Composers:

Type Definitions:

Utility Functions:

Tests:

These changes ensure consistency and clarity in how result objects are handled across the codebase.The property data is not proper for the Try<T, E> function;'s return value.

The property `data` is not proper for the `Try<T, E>` function;'s return value.
@samchon samchon added bug Something isn't working enhancement New feature or request labels Dec 1, 2024
@samchon samchon self-assigned this Dec 1, 2024
@samchon samchon merged commit 507f62e into master Dec 1, 2024
3 checks passed
@samchon samchon deleted the feat/result branch December 1, 2024 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant