Interesting HN comment contrasting TDD and unit tests: https://news.ycombinator.com/item?id=7467853
miniblog.
Related Posts
REPL driven development in Python, contrasting with TDD and Clojure workflows:
A transcript from a deeply insightful @strangeloop_stl 2018 talk: comparing software design to programs that generate programs.
Deductive synthesis can give us insights on choosing abstractions, and counter-example guided synthesis is much like TDD!
Nifty Emacs project of the day: tdd.el https://github.com/jorgenschaefer/emacs-tdd/ lets you run a compilation command on every save.