active-logic / active-logic/activelogic-cs

`Try` expression wrapper

Open
#66 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.