You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ You job is to refactor the code and make it readable, while keeping the code in
9
9
10
10
# How To Start
11
11
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`
13
13
2. Build the docker container which contains all the required dependencies with `make build`
14
14
3. Run the tests with `make test`
15
15
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
56
56
57
57
# Credits and other programming languages
58
58
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:
60
60
61
-
You can also find the kata in different programming languages in isolated repositories just ready to clone and enjoy:
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