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

feature: reverse from Result<TFailure, TSuccess> to Result<TSuccess, TFailure> #110

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

daht-x
Copy link
Owner

@daht-x daht-x commented Dec 5, 2023

Topic

  • Feature
  • Test
  • Build
  • Dependency
  • Bug
  • Refactor
  • Style
  • Chore
  • Documentation
  • Workflow

Description

Reversed from Result<TFailure, TSuccess> to Result<TSuccess, TFailure>. This change was made to enhance readability, consistency, and accessibility for both internal and external members.

@daht-x daht-x added topic: feature Indicates a relationship with a new feature or enhancement priority: critical Indicates a critical priority status: pending Indicates a pending status labels Dec 5, 2023
@daht-x daht-x self-assigned this Dec 5, 2023
@daht-x daht-x added status: approved Indicates an approved status and removed status: pending Indicates a pending status labels Dec 5, 2023
@daht-x daht-x merged commit 0b3a906 into main Dec 5, 2023
4 checks passed
@daht-x daht-x deleted the daht-x/feature/result branch December 5, 2023 12:14
@daht-x daht-x added status: inactive Indicates an inactive status and removed status: approved Indicates an approved status labels Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: critical Indicates a critical priority status: inactive Indicates an inactive status topic: feature Indicates a relationship with a new feature or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant