T
Tim Kuehn
Guest
C# has introduced the concept of "code contracts" which provides a way to prove proper code behavior in an OO system. These code contracts provide support for both static code analysis and run-time checking / exception throwing. Having something similar in an OO ABL context would help developers catch and fix a wider scope of errors & issues.
Continue reading...
Continue reading...