I like to check alternatives to the classics programming paradigmas, so… Sometimes, writing code, I need a method that returns a data, but I need that if the method fails, returns information about the reason of the error. Returns different data information in each case is not a solution that I like too much because [...]

