test-driven-development-example icon indicating copy to clipboard operation
test-driven-development-example copied to clipboard

An introduction to Test-Driven Development (TDD).

Results 2 test-driven-development-example issues
Sort by recently updated
recently updated
newest added

Part 07 tells us the following: ``` * Run the tests and you will find that the test fails. * It's time for the REFACTOR stage. Now that we have...

By default the preg_replace function is un-greedy. I used the U flag to make it greedy. I added a new test case to cover this case. I was not sure,...