Skip to content

Commit d87eea5

Browse files
authored
.
1 parent 9605cb9 commit d87eea5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Design Patterns in Dart
22

3-
Design Patterns examples written in Dart using TDD and mocking objects techniques as well as KISS.
3+
Design Patterns examples written in Dart using TDD and mocking objects techniques (thanks to Mockito).
44

55
## Layout
66

@@ -45,8 +45,6 @@ Be the first to star it!
4545

4646
## References
4747
- [Design Patterns](https://en.wikipedia.org/wiki/Design_Patterns)
48-
- [Dart](https://dart.dev)
4948
- [Test Driven Development](https://en.wikipedia.org/wiki/Test-driven_development)
5049
- [Mock Object](https://en.wikipedia.org/wiki/Mock_object)
5150
- [Mockito](https://pub.dev/packages/mockito)
52-
- [KISS principle](https://en.wikipedia.org/wiki/KISS_principle)

0 commit comments

Comments
 (0)