An open API service indexing awesome lists of open source software.

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.

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!