Why not write tests inline with code?

Stack Exchange

This Q&A is part of a weekly series of posts highlighting common questions encountered by technophiles and answered by users at Stack Exchange, a free, community-powered network of 100+ Q&A sites.

Chris Devereaux has recently been reading up on “Literate Programming,” an innovative (and mostly unused) approach to programming developed by Donald Knuth in the 1970s. It got him thinking about new ways of implementing tests. “Well-written tests, especially BDD-style specs, can do a better job of explaining what code does than prose does,” he writes in his question. Also, tests “have the big advantage of verifying their own accuracy.” Still, Chris has never seen tests written inline with the code they test. Why not?

See the original question here.

Read 21 remaining paragraphs | Comments


Ars Technica » Technology Lab