TDD is BS?

Jacob Carlborg doob at me.com
Wed Jun 19 14:11:24 PDT 2013


On 2013-06-19 19:52, Paulo Pinto wrote:

> - applications done in native languages with third party libraries only

When I write a test for my own code that uses third party code or 
services I assume that they work 100% and will never fail. That's 
because I'm testing MY code not the third party code. For services it's 
also a good idea to mock them.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list