Skip to content

Commit a1b3e88

Browse files
committed
go beyond TDD
1 parent 6cb60ef commit a1b3e88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

using/solving-exercises/tdd.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ In other words, your solution is not just an interpretation of the instructions
2323
## How does Exercism apply TDD?
2424

2525
We've done the work of writing a unit test suite for you.
26-
Your goal is to write a solution that contains just enough code to make all those unit tests pass, and no more.
26+
Your goal is to write a solution that contains just enough code to make all those unit tests pass.
2727

28+
Keep this in mind: the TDD approach will help you get to the solution, but you don't need to stop there.
29+
If you want to extend your solution beyond the requirements, you are welcome to do so.
2830
Should you choose to work with a mentor (and we encourage you to do that once you get the tests passing), they can help you refactor and refine your initial implementation, or even propose new unit tests.
2931

3032
## Working in the online editor

0 commit comments

Comments
 (0)