Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

4 лет назад
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.