https://github.com/jardotnet/tripservice-refactoring-kata
Kata for legacy code to practice refactoring techniques.
https://github.com/jardotnet/tripservice-refactoring-kata
csharp kata legacy netstandard20 refactor testing
Last synced: 10 months ago
JSON representation
Kata for legacy code to practice refactoring techniques.
- Host: GitHub
- URL: https://github.com/jardotnet/tripservice-refactoring-kata
- Owner: jarDotNet
- Created: 2020-04-19T10:46:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T13:42:47.000Z (about 6 years ago)
- Last Synced: 2025-06-13T10:48:48.760Z (12 months ago)
- Topics: csharp, kata, legacy, netstandard20, refactor, testing
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trip Service Kata (.NET Core)
Kata for legacy code hands-on session. The objective is to test and refactor the legacy TripService class.
The src folder contains the starter solution and also another solution with the refactor completed in .NET Core.
You can watch the video with [@sandromancuso](https://github.com/sandromancuso/trip-service-kata) solution. The video is full of tips and tricks that can be used in any language.
https://www.youtube.com/watch?v=_NnElPO5BU0
Happy codding!