https://github.com/cvigueras/null-object-design-pattern-kata
Implementation of Null Object Design Pattern example with TDD.
https://github.com/cvigueras/null-object-design-pattern-kata
csharp null-object-pattern tdd tdd-kata testing
Last synced: 4 months ago
JSON representation
Implementation of Null Object Design Pattern example with TDD.
- Host: GitHub
- URL: https://github.com/cvigueras/null-object-design-pattern-kata
- Owner: cvigueras
- License: mit
- Created: 2023-03-17T13:26:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T09:55:45.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T16:33:09.535Z (6 months ago)
- Topics: csharp, null-object-pattern, tdd, tdd-kata, testing
- Language: C#
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NullObjectDesignPattern
Implementation of Null Object Design Pattern in C# example with TDD.