POC of a Result return value to minimize unnecessary exception throwing and subsequent misuse for control flow
Find a file
2025-10-14 13:29:15 +00:00
LICENSE Initial commit 2025-10-14 09:43:31 +00:00
README.md Update README.md 2025-10-14 09:55:01 +00:00
Result.cs Update Result.cs 2025-10-14 13:29:15 +00:00
usage.cs Add usage.cs 2025-10-14 09:53:26 +00:00

Result POC

See usage.cs for usage examples

See Result.cs for implementation details on the Result type