hard-rox / kathanika

A Library Management System for cataloging personal book collection
MIT License
1 stars 1 forks source link

[Feat]: Result pattern in application flow and domain instead of exception #1205

Closed hard-rox closed 4 weeks ago

hard-rox commented 1 month ago

Description

Refactor codes to use result pattern instead of exception for application flow.

Requirements

Fields to be collected

No response

Acceptance Criteria

  1. No custom exception in domain layer.

Anything else?

No response