Tylertron1998 / mandatum

A simple command library for the Remora.Discord API library powered by source generators to avoid reflection overhead.
MIT License
1 stars 0 forks source link

Create a Result<TData, TError> for errors. #1

Open Tylertron1998 opened 3 years ago

Tylertron1998 commented 3 years ago

Using a Result type avoids the overhead created by the exception state machine and allows for more graceful handling of errors in code.