Frage im Vorstellungsgespräch bei EC Group

what is test driven development in angular?

Antwort im Vorstellungsgespräch

Anonym

4. Okt. 2019

TDD stands for Test Driven Development and is a way of writing code. It means that you first write your test, you see it fail and then you write the code that makes it pass.