Re: [myhdl-list] IP core library
Brought to you by:
jandecaluwe
From: Henry G. <he...@ca...> - 2015-04-26 08:16:19
|
On 25/04/15 22:49, Euripedes Rocha Filho wrote: > I'm doing some personal variation of TDD, lots of unit testing but not > "driving" the development. I'm not that religious :) So you're not doing TDD at all then, you're just doing testing. TDD is useful precisely because the tests are written first. Switching to TDD is a total mindset switch (hence your religious comment). It basically becomes psychologically impossible to write untested code. I'm actually an advocate of BDD over TDD, as behaviour is actually what one cares about. Cheers, Henry |