Improve exception_handling structure to allow for 'return' based exception handling. #653
Labels
hacktoberfest
Good issue for someone to work on for Hacktoberfest
Status: Discussion Needed
For issues filed that need to be talked out first
Expected Behavior
The exeception handling structure is useful for all kinds of exception handling.
Actual Behavior
Exception handling as it currently is implemeneted is only useful for 'try…catch' style exception handling.
If you try to implement the structures that use a 'return based' exeption handling like Rust or Haskell none of the available
concepts apply.
Steps to Reproduce the Problem
exception_handling
structure for one of the mentioned languages.Additional Info
Ideal would be to rewrite the current concepts to be compatible with both 'try…catch' and 'return' based exceptions if anyone can come up with a solution.
If that's not possible new concepts should be written accomodate for 'return' style exception handling.
The text was updated successfully, but these errors were encountered: