We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ce67c commit b220918Copy full SHA for b220918
book/src/development/writing_tests.md
@@ -3,10 +3,7 @@
3
Developing lints for Clippy is a Test-Driven Development (TDD) process because
4
our first task before implementing any logic for a new lint is to write some test cases.
5
6
-## Develop Lint with Tests
7
-
8
-It is not necessarily that every Clippy developer enjoys having the compiler screaming
9
-test failures in their face. Some embrace TDD *while* others learn to peacefully co-exist with it.
+## Develop Lints with Tests
10
11
When we develop Clippy, we enter a complex and chaotic realm full of
12
programmatic issues, stylistic errors, illogical code and non-adherence to convention.
0 commit comments