Settings

Theme

No evidence that TDD differs from a TLD

dl.acm.org

4 points by angeladur 9 years ago · 2 comments

Reader

davidgrenier 9 years ago

It'd be great if the authors now compared TDD/TLD with TFD (Type First Development).

Side reading: http://tomasp.net/blog/type-first-development.aspx/

  • dalke 9 years ago

    That only works if there are many types.

    I work with molecules, expressed as molecular graphs. The algorithm development I do is mostly graph manipulation, with a small number of types. For example, given N molecules, find the largest subgraph (in terms of the number of edges) which are in at least k of them.

    Or, think about computing an FFT, or clustering a data set.

    Types add little to how to think about these problems, so TFD provides little structure to this sort of algorithm development process.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection