Skip to content

Commit 6e87bde

Browse files
committed
Update README.md
1 parent 63aac8a commit 6e87bde

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ The key to good unit testing is to write **testable code**. Applying simple desi
4444
+ Apply adequate **design patterns**, especially **dependency injection** that allows separating an object's creation responsibility from business logic
4545
+ Avoid global mutable state
4646

47+
<div align="right">
48+
<b><a href="#">↥ back to top</a></b>
49+
</div>
50+
4751
## Guidelines
4852

4953
The goal of these guidelines is to make your tests:
@@ -80,7 +84,9 @@ How? Why?
8084

8185
Note that code written without a test-first approach is often very hard to test.
8286

83-
87+
<div align="right">
88+
<b><a href="#">↥ back to top</a></b>
89+
</div>
8490

8591
### Structure your tests properly
8692

0 commit comments

Comments
 (0)