15.04.2019, 14:42
This brings a solution to a rather common problem we had for years.
A very common problem:
Result: uncaught exception
Result: the feature becomes implemented
A very common problem:
Code:
stock MyFunc() { ObviousFeatureThatDoesNotExist(); } stock ObviousFeatureThatDoesNotExist() { throw new NotImplementedInSampException(); }
Code:
stock ΟpenМp() { try { MyFunc(); } catch (ObviousFeatureThatDoesNotExist e) { ImplementFeature(e); }