Rename flow to result-extended and reverse the error types #77

Merged
savanni merged 2 commits from rename-flow into main 2023-10-19 03:01:28 +00:00
Owner

The original name has always felt awful. I understand Rust well enough now to be able to use the name Result and override the built-in Result.

In other usage, I discovered that it's rather confusing to have the parameters in the order that they were in. It feels better to have the fatal error after the regular error.

The original name has always felt awful. I understand Rust well enough now to be able to use the name Result and override the built-in Result. In other usage, I discovered that it's rather confusing to have the parameters in the order that they were in. It feels better to have the fatal error after the regular error.
savanni added 2 commits 2023-10-19 03:01:12 +00:00
3cb742d863 Rename flow to result-extended
The original name has always felt awful. I understand Rust well enough now to be able to use the name Result and override the built-in Result.
b756e8ca81 Reverse the order of Error and FatalError parameters in the Result
In other usage, I discovered that it's rather confusing to have the parameters in the order that they were in. It feels better to have the fatal error after the regular error.
savanni merged commit b756e8ca81 into main 2023-10-19 03:01:28 +00:00
savanni deleted branch rename-flow 2023-10-19 03:01:28 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: savanni/monorepo#77
No description provided.