79511216

Date: 2025-03-15 13:42:30
Score: 1
Natty:
Report link

Let's suppose that the gateway processing has two possible outcomes:

the normal processing outcome or the processing-failure outcome.

Does it matter for the Clean Architecture how do you implement the processing-failure outcome? as a method return-result or as an Exception? of course not!

So, the place you must use for the processing outcome implementation should be the same for both the method-return class and the Exception class.

Reasons:
  • Blacklisted phrase (1): how do you
  • No code block (0.5):
  • Contains question mark (0.5):
  • High reputation (-1):
Posted by: Adrian