Without test driven development, there would be no refactoring.
You would be surprised to see how perfectly you can apply standard agile techniques such as pair-programming, test driven development and refactoring to non-software projects that would otherwise seem irrelevant without working software.
Vous serez surpris de voir comme des techniques agiles standard telles que le pair-programming, le développement piloté par les tests et le refactoring s'appliquent bien aux projets non-logiciels.
In the previous episode we demonstrated a workflow for test driven development.
Lo and behold, I discovered that very few of the bugs in there would have been discovered with pair programming or test driven development.
In other words, test driven development removes the need for design commitments, the choice of design can be deferred until after the coding has started.
It is important in the test driven development, and is one of a family of unit testing frameworks collectively known as xUnit.
Il est important dans le développement piloté par les tests, et fait partie d'une famille de cadres de tests unitaires connus collectivement sous xUnit.
Working in continuous integration with test driven development (TDD)
Test driven development requires no decision at all, simply stop coding when all the tests are green.
Le développement piloté par les tests ne nécessite aucune décision, arrêtez simplement de coder lorsque tous les tests sont verts.
More subtly, Test Driven Development allows the developer to know with certainty that they have finished, instead of determining beforehand when the programming is done.
Plus subtilement, le développement piloté par les tests permet aux développeurs de savoir avec certitude qu'ils ont fini, au lieu de déterminer au préalable quand la programmation sera terminée.
You aren't going to build a test without creating any of the code you are testing, surely...? Test Driven Development
Ne me dites pas qu'il faut créer un test sans écrire le code à tester auparavant... Développement piloté par les tests
We have a team of developers who can follow the principles of Test Driven Development (TDD), where refactoring is a part of the process.
Nous avons une équipe de développeurs qui peuvent suivre les principes de Développement Piloté par les tests (TDD), où le refactoring est une partie du processus.
Overview This course introduces the principles of Test Driven Development.
Aperçu Ce cours présente les principes du développement piloté par les tests.
The experience of setting up tests on our modules led to a series of blog posts on Puppet Test Driven Development in 2015.
L'expérience de la mise en place de tests sur nos modules a conduit à une série d'articles de blog sur le développement piloté par les tests (TDD) avec Puppet.