Do you use test-driven development in MATLAB?
8 Comments
Time DescendingI do practice some form of TDD, but I don't use the Matlab tools. Most of them only work consistently for the latest release(s). Especially for things like code coverage the results say nothing if you have different code paths depending on version and OS.
So I created my own cover test system. It's terrible, but it works for me.