Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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.