Add "Code Contract" support

  • Thread starter Thread starter Tim Kuehn
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top