Skip to content

Commit

Permalink
Remove non-contextual section in "Develop Lints with Tests" + typo
Browse files Browse the repository at this point in the history
  • Loading branch information
blyxyas committed Apr 9, 2023
1 parent 8d1bca9 commit 04ade73
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions book/src/development/writing_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
Developing lints for Clippy is a Test-Driven Development (TDD) process because
our first task before implementing any logic for a new lint is to write some test cases.

## Develop Lint with Tests

It is not necessarily that every Clippy developer enjoys having the compiler screaming
test failures in their face. Some embrace TDD *while* others learn to peacefully co-exist with it.
## Develop Lints with Tests

When we develop Clippy, we enter a complex and chaotic realm full of
programmatic issues, stylistic errors, illogical code and non-adherence to convention.
Expand Down

0 comments on commit 04ade73

Please sign in to comment.