We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9605cb9 commit d87eea5Copy full SHA for d87eea5
README.md
@@ -1,6 +1,6 @@
1
# Design Patterns in Dart
2
3
-Design Patterns examples written in Dart using TDD and mocking objects techniques as well as KISS.
+Design Patterns examples written in Dart using TDD and mocking objects techniques (thanks to Mockito).
4
5
## Layout
6
@@ -45,8 +45,6 @@ Be the first to star it!
45
46
## References
47
- [Design Patterns](https://en.wikipedia.org/wiki/Design_Patterns)
48
-- [Dart](https://dart.dev)
49
- [Test Driven Development](https://en.wikipedia.org/wiki/Test-driven_development)
50
- [Mock Object](https://en.wikipedia.org/wiki/Mock_object)
51
- [Mockito](https://pub.dev/packages/mockito)
52
-- [KISS principle](https://en.wikipedia.org/wiki/KISS_principle)
0 commit comments