mbsolve icon indicating copy to clipboard operation
mbsolve copied to clipboard

Implement regular code quality checks

Open mriesch-tum opened this issue 7 years ago • 0 comments

The first stable version v1.0 should feature regular code quality checks, e.g.

  • automatic build tests
  • scan for memory leaks
  • check for performance regresses

We should introduce asserts which are active in DEBUG mode. Optionally: a check for violations of the coding style would improve code quality.

mriesch-tum avatar Jul 11 '17 09:07 mriesch-tum