Poll is CLOSED
Poll
Do you use test-driven development in MATLAB?
Yes, the available tools are great
12%
Yes, the available tools need help
6%
No, but I would like to
14%
No, it is not important to me
7%
What is test-driven development?
61%
1955 votes
8 Comments
Good question
I wouldn't know how good or bad the tools are--they're all I've ever tried to use.
It would be nice to be able to test local/nested functions somehow.
I 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.
Not really sure what it is, where to find the tools, or what the tools could do for me. So I don't use it, mostly because I don't know what it is.