05/02/2014: "TDD is Dead" says the creator of Ruby on Rails
To TDD or not to TDD? That was a question.
http://david.heinemeierhansson.com/2014/tdd-is-dead-long-live-testing.html – some quotes pulled from the note are below:
Test-first fundamentalism is like abstinence-only sex ed: An unrealistic, ineffective morality campaign for self-loathing and shaming.
Test-first units leads to an overly complex web of intermediary objects and indirection in order to avoid doing anything that's "slow".
I rarely unit test in the traditional sense of the word, where all dependencies are mocked out, and thousands of tests can close in seconds. It just hasn't been a useful way of dealing with the testing of Rails applications.
https://www.facebook.com/notes/kent-beck/rip-tdd/750840194948847 – Kent Beck, of course, mocks the whole 'TDD is Dead' theme.
----
p.s. - I wrote this whole post just for that 'mocks' pun.
http://david.heinemeierhansson.com/2014/tdd-is-dead-long-live-testing.html – some quotes pulled from the note are below:
Test-first fundamentalism is like abstinence-only sex ed: An unrealistic, ineffective morality campaign for self-loathing and shaming.
Test-first units leads to an overly complex web of intermediary objects and indirection in order to avoid doing anything that's "slow".
I rarely unit test in the traditional sense of the word, where all dependencies are mocked out, and thousands of tests can close in seconds. It just hasn't been a useful way of dealing with the testing of Rails applications.
https://www.facebook.com/notes/kent-beck/rip-tdd/750840194948847 – Kent Beck, of course, mocks the whole 'TDD is Dead' theme.
----
p.s. - I wrote this whole post just for that 'mocks' pun.
04/23/2014: How Do I List Octave Packages Available via apt-get?
Stolen from http://ubuntuforums.org/showthread.php?t=1552607:
aptitude search ?description\(octave-forge\) | awk '{print $2}'