khafra comments on Coding Rationally - Test Driven Development - Less Wrong

25 Post author: DSimon 01 October 2010 03:20PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (82)

You are viewing a single comment's thread. Show more comments above.

Comment author: khafra 30 September 2010 02:05:42PM 2 points [-]

I know about functional programming, but it took a few tries with the google-fu to get information on contract tuning and Spec#, so I'm posting links:

http://en.wikipedia.org/wiki/Design_by_Contract

http://en.wikipedia.org/wiki/Spec_Sharp

Comment author: DSimon 06 October 2010 07:46:51PM 2 points [-]

BTW, functional programming and functional tests are not related concepts.

Comment author: khafra 06 October 2010 08:23:58PM *  1 point [-]

...and so we meet again, what I know for sure that just ain't so. Thanks for the correction; and "black-box testing" seems googleabler. One thing unclear from wikipedia (and further references, the most in-depth of which considered HVAC) is the difference between a functional test and a unit test.