AKlaus / DomainResult

Tiny package for decoupling domain operation results from IActionResult and IResult types of ASP.NET Web API
Apache License 2.0
53 stars 3 forks source link

Renaming `Error()` method to `Failed()` and status 'Error' to 'Failed' #2

Closed AKlaus closed 3 years ago

AKlaus commented 3 years ago

Consider marking the current IDomainResult.Error() as obsolete and replacing it with new IDomainResult.Failed() (the same for the corresponding DomainOperationStatus). That would better reflect the underlining meaning of the status.

AKlaus commented 3 years ago

Done in #5. The old implementation is not marked as obsolete due to a small number of users. The version needs to be bumped to 1.1.0 though.