Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

1234567
  1. title: Tests et spécifications
  2. > A simple way to improve the quality of the tests is to see them as specifications. After all, it makes sense, you add some code for a reason! The tests are not only here to prevent regressions, but also to explicit the expected behaviour of the application!
  3. >
  4. > <cite>*[Your tests as your specs](http://blog.mathieu-leplatre.info/your-tests-as-your-specs.html)* ([cache](/david/cache/9b47ffd334e0f37ebe54377f41dfa4e4/))</cite>
  5. Remarque intéressante de Mathieu, je me rends compte que j’utilise de plus en plus les logs comme de la documentation bas niveau dans mon code.