Samples associated with Pluralsight design patterns in c# courses.
-
Updated
Dec 10, 2023 - C#
Samples associated with Pluralsight design patterns in c# courses.
A place to practice Refactoring To Patterns that Kerievsky wrote about in his book
Kata for legacy code to practice refactoring techniques.
My solutions from codewars katas
O monorepo dos dojos do Software Craftsmanship Lisbon.
CodeWars C# Katas Solution 5 kyu - 8 kyu
Build a simple supermarket checkout that calculates totals for items in a shopping cart and any discounts for products on promotion.
Kata for the problem of calculating the volume of the intersection of two cubes without rotation.
A collection of typical Katas used as excercises to practice TDD in c#
kata for design patterns: strategy and chain of responsibility
My Kata exercises for practicing test driven development
Solutions for different code katas found around the web.
A test-driven implementation of a URL parser which breaks down a URL into it's unique parts
This project was presented to our development team as a refactoring kata, where the original calculator was hard to understand and generally dense. The goal was to refactor it for readability and to make it easy to extension. The original tests were not to be changed, and should pass with the refactored code. The tests could be extended to inclu…
Add a description, image, and links to the katas topic page so that developers can more easily learn about it.
To associate your repository with the katas topic, visit your repo's landing page and select "manage topics."