Peter Kofler
|
fbea424fb7
|
turn serveroutput on so we see the results of the texttest fixture
|
2014-07-08 23:52:20 +02:00 |
|
Peter Kofler
|
8aaf87ffad
|
replace != with lt;gt; because I was told it is more PL/SQL-ish
|
2014-07-08 23:51:33 +02:00 |
|
Peter Kofler
|
316476a258
|
wrap drop statements inside blocks to avoid exception when running first time
|
2014-07-08 23:50:04 +02:00 |
|
Peter Kofler
|
5af2bcd4ac
|
add very basic texttest firxture for JavaScript
|
2014-05-02 14:52:25 +02:00 |
|
Andreas Voegele
|
9d1856b254
|
add texttest fixture for Perl 5 code
|
2014-05-02 12:25:12 +02:00 |
|
Andreas Voegele
|
0a772512de
|
Add Perl 5 implementation
|
2014-04-18 20:33:19 +02:00 |
|
Emily Bache
|
4967a5606d
|
Merge pull request #4 from codecop/master
Ported GildedRose to Oracle PL/SQL
|
2014-04-13 19:45:13 +02:00 |
|
Peter Kofler
|
a5a06c7979
|
add missing texttest fixture for PHP code
|
2014-04-13 15:57:10 +02:00 |
|
Peter Kofler
|
15576d7715
|
add empty unit test case for utPLSQL
|
2014-04-13 15:28:36 +02:00 |
|
Peter Kofler
|
66495cb872
|
create helper procedure to insert an item
|
2014-04-13 15:21:47 +02:00 |
|
Peter Kofler
|
1ad3fcd95e
|
port GildedRose to Oracle PL/SQL table and stored procedure
|
2014-04-13 14:03:24 +02:00 |
|
Peter Kofler
|
16b7b46653
|
add missing @Override annotation to item's toString
|
2014-04-13 13:40:22 +02:00 |
|
Emily Bache
|
4891dcd3a2
|
Merge pull request #3 from codecop/master
Ported GildedRose to PHP
|
2014-04-02 21:43:04 +02:00 |
|
Peter Kofler
|
86ee732b39
|
add Eclipse project setup for PHP project
|
2014-04-01 20:06:59 +02:00 |
|
Peter Kofler
|
09355abb56
|
port GildedRose Java version to PHP with PHPUnit test
|
2014-04-01 20:06:25 +02:00 |
|
Emily Bache
|
370c77bb6b
|
Merge pull request #2 from codecop/topull
add Eclipse and IDEA project settings and do some code formatting
|
2014-01-26 00:02:13 -08:00 |
|
Peter Kofler
|
f284d7597a
|
add IDEA setup for Java code
|
2014-01-25 23:01:40 +01:00 |
|
Peter Kofler
|
5c7eaabe2d
|
delete redundant files/requirements in Javascript folder
|
2014-01-25 23:01:40 +01:00 |
|
Peter Kofler
|
f185c17187
|
add initial test case for Javascript like all other (failing) test cases
|
2014-01-25 23:01:40 +01:00 |
|
Peter Kofler
|
4cb34a7c73
|
format Python code (only whitespace changes)
|
2014-01-25 23:01:40 +01:00 |
|
Peter Kofler
|
5920278cf3
|
add Java Eclipse settings
|
2014-01-25 23:01:39 +01:00 |
|
Peter Kofler
|
7c817b1032
|
format Java code (only whitespace changes)
|
2014-01-25 23:01:39 +01:00 |
|
Peter Kofler
|
75a2a15f14
|
format Ruby code (only whitespace changes)
|
2014-01-25 23:01:39 +01:00 |
|
Peter Kofler
|
0ff5cb7608
|
add Ruby Eclipse settings
|
2014-01-25 23:01:39 +01:00 |
|
Emily Bache
|
448e074e2e
|
Merge pull request #1 from LindaGulz/master
added scala translation
|
2014-01-14 06:44:34 -08:00 |
|
Linda Gulz
|
f60240f6b1
|
added scala translation
|
2014-01-14 11:42:28 +01:00 |
|
emilybache
|
567c27854a
|
Removed all the code except for the GildedRose kata from this repo
|
2013-06-10 14:42:41 +02:00 |
|
Emily Bache
|
b31a5436cc
|
Merge pull request #18 from svdo/master
Objective-C version of Tennis kata
|
2013-05-31 23:35:50 -07:00 |
|
Stefan van den Oord
|
3903df6e64
|
Cleaned up (removed comments etc.)
|
2013-05-31 21:26:06 +02:00 |
|
Stefan van den Oord
|
1216c9abed
|
Ignore all project files
|
2013-05-31 21:19:49 +02:00 |
|
Stefan van den Oord
|
8a92716cb1
|
Removed AppCode project files as well
|
2013-05-31 21:17:56 +02:00 |
|
Stefan van den Oord
|
cb1dd8db19
|
Stripped the project to the bare minimum
|
2013-05-31 21:12:46 +02:00 |
|
Stefan van den Oord
|
7b102278c1
|
Added Objective-C version of Tennis to README.md
|
2013-05-31 20:50:36 +02:00 |
|
Stefan van den Oord
|
de7b01b93d
|
Converted schemes to shared schemes
|
2013-05-31 20:42:03 +02:00 |
|
Stefan van den Oord
|
a1af505230
|
Fixed compiler warnings.
|
2013-05-31 20:39:28 +02:00 |
|
Stefan van den Oord
|
248c53b445
|
Refactored test so that parametrized part is separated better and more explicit
|
2013-05-31 20:26:35 +02:00 |
|
Stefan van den Oord
|
aeb8c878d0
|
Converted to parametrized test; not as nice as it ought to be, but not exactly easy using OCUnit...
|
2013-05-31 20:12:57 +02:00 |
|
Stefan van den Oord
|
99a5861125
|
Also ported TennisGame3. Furthermore pushed instance vars down to better match spirit of Java implementation
|
2013-05-31 19:41:01 +02:00 |
|
Stefan van den Oord
|
ea3e95e55f
|
Successfully implemented TennisGame2
|
2013-05-31 19:29:25 +02:00 |
|
Stefan van den Oord
|
1ec82a56eb
|
Successfully ported TennisGame1
|
2013-05-31 19:21:32 +02:00 |
|
Stefan van den Oord
|
7e486cea64
|
Added player names to init method
|
2013-05-31 18:43:02 +02:00 |
|
Stefan van den Oord
|
c57b33c2c9
|
Adding Objective-C version of Tennis; added Xcode+AppCode project, ported unit tests from Java version
|
2013-05-31 18:28:43 +02:00 |
|
Emily Bache
|
eddd5053ad
|
make the refactoring kata instructions more interesting
|
2013-04-08 12:02:08 +02:00 |
|
Emily Bache
|
5c53d149ff
|
updated cyberdojo with new code for ruby and python versions
|
2013-04-08 11:42:45 +02:00 |
|
Emily Bache
|
47aef6fd00
|
run all the tests on all the versions all the time
|
2013-04-08 11:37:43 +02:00 |
|
Emily Bache
|
80cf89cef7
|
run all the tests on all the versions all the time
|
2013-04-08 11:34:47 +02:00 |
|
Emily Bache
|
d15c470937
|
use interface so I can run all the tests against all versions of the code all the time
|
2013-04-08 11:24:46 +02:00 |
|
Emily Bache
|
d3c89db5c9
|
Merge branch 'master' of github.com:emilybache/Refactoring-Katas
|
2013-04-08 10:39:31 +02:00 |
|
Emily Bache
|
563a7fac06
|
|
2013-04-08 10:39:16 +02:00 |
|
Emily Bache
|
da19f94494
|
Merge pull request #16 from DevL/add_ruby_yahtzee
Add Ruby version of the Yahtzee kata.
|
2013-04-07 11:09:03 -07:00 |
|