forked from bobocode-projects/java-persistence-exercises
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# <img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png" height=50/>TDD exercises | ||
The list of exercises dedicated to training your Test-driven development (TDD) skills | ||
|
||
### No pain, No gain :heavy_exclamation_mark: | ||
|
||
> Skill is only developed by hours and hours and hours of beating on your craft | ||
Working on real problems, you're focused on finding a solution. Learning new things, you're trying to understand how it works. | ||
It is important to have a different type of activities, which purpose is improving your skill | ||
|
||
***An exercise** is a predefined task that you continuously implement to improve a certain skill* :muscle: | ||
|
||
## | ||
### The three laws of TDD | ||
1. You should not write production code until you have written a failing unit test | ||
2. You should not write more of a unit test than is sufficient to fail | ||
3. You should not write more production code than is sufficient to pass the failing test | ||
## | ||
|
||
|
||
* [Binary Search Tree]() relink | ||
* [Stack]() relink | ||
* [Linked List]() relink | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters