active-logic / active-logic/activelogic-cs
`Try` expression wrapper
Open
enhancement
- Dominant language
- C#
- Stars
- 112
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
The `Try` expression wrapper would return a boolean. Example:
```cs
return Try(obj = EvalObj()) && done; // false if null, true otherwise.
```
Converting `null` objects to a failing status is an alternative; type safety?
Contributor guide
Assessment
This issue has not been assessed yet.