Skip to content

Commit 55e6507

Browse files
authored
[Readme] Add C# port
1 parent b797be1 commit 55e6507

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You job is to refactor the code and make it readable, while keeping the code in
99

1010
# How To Start
1111

12-
1. Clone this repository `git clone https://github.com/CodelyTV/incomprehensible-finder-refactoring-kata`
12+
1. Clone this repository `git clone https://github.com/CodelyTV/finder-refactoring-kata-php`
1313
2. Build the docker container which contains all the required dependencies with `make build`
1414
3. Run the tests with `make test`
1515
4. Start refactoring!
@@ -56,13 +56,13 @@ I've decided to port the kata directly to PHP 7 instead of 5.6. This will allow
5656

5757
# Credits and other programming languages
5858

59-
This kata is a PHP port of [the original Incomprehensible Finder Refactoring Kata](https://github.com/OdeToCode/Katas/tree/master/Refactoring) created by [K. Scott Allen](https://github.com/OdeToCode).
59+
You can also find the kata in different programming languages in isolated repositories just ready to clone and enjoy:
6060

61-
You can also find the kata in different programming languages in isolated repositories just ready to clone and enjoy:
62-
* [Java](https://github.com/DoDevJutsu/incomprehensible-finder-refactoring-java)
63-
* [C#](https://github.com/DoDevJutsu/incomprehensible-finder-refactoring-c-sharp)
64-
* [PHP](https://github.com/CodelyTV/incomprehensible-finder-refactoring-kata)
65-
* [Scala](https://github.com/CodelyTV/incomprehensible-finder-refactoring-kata-scala)
61+
* 🐘 [PHP](https://github.com/CodelyTV/finder-refactoring-kata-php)
62+
* 🦈 [C#](https://github.com/CodelyTV/finder-refactoring-kata-csharp)
63+
*[Java](https://github.com/DoDevJutsu/incomprehensible-finder-refactoring-java)
64+
* 🧬 [Scala](https://github.com/CodelyTV/finder-refactoring-kata-scala)
6665

67-
This port has been developed by [CodelyTV](http://codely.tv/) in order to have it available for the [Software Craftsmanship Barcelona Coding Dojo session](http://www.meetup.com/Barcelona-Software-Craftsmanship/events/233107734/).
68-
Come with us and have some fun if you're near Barcelona the next Monday, August 22nd!
66+
This kata is a Scala port of [the original Incomprehensible Finder Refactoring Kata](https://github.com/OdeToCode/Katas/tree/master/Refactoring) created by [K. Scott Allen](https://github.com/OdeToCode).
67+
68+
Port developed by [CodelyTV](https://codely.tv/) and [contributors](../../graphs/contributors) 😊

0 commit comments

Comments
 (0)