Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

index.md 611B

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.