Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emilybache/Tennis-Refactoring-Kata
/ functions
Functions
612 in github.com/emilybache/Tennis-Refactoring-Kata
⨍
Functions
612
◇
Types & classes
230
Method
GetScore
()
go/TennisGame3.go:18
Method
GetScore
()
go/TennisGame2.go:21
Method
GetScore
()
csharp/Tennis/TennisGame3.cs:16
Method
GetScore
()
csharp/Tennis/TennisGame6.cs:24
Method
GetScore
()
csharp/Tennis/TennisGame5.cs:28
Method
GetScore
()
csharp/Tennis/TennisGame4.cs:24
Method
GetScore
()
csharp/Tennis/TennisGame7.cs:24
Method
GetScore
()
csharp/Tennis/TennisGame2.cs:20
Method
GetScore
()
csharp/Tennis/ITennisGame.cs:6
Method
GetScore
()
csharp/Tennis/TennisGame1.cs:24
Method
P1Score
kotlin/src/main/kotlin/TennisGame2.kt:101
Method
P1Score
()
csharp/Tennis/TennisGame2.cs:123
Method
P2Score
kotlin/src/main/kotlin/TennisGame2.kt:105
Method
P2Score
()
csharp/Tennis/TennisGame2.cs:128
Method
SetP1Score
(score: number)
typescript-jest/src/TennisGame2.ts:95
Method
SetP1Score
kotlin/src/main/kotlin/TennisGame2.kt:85
Method
SetP1Score
(int $number)
php/src/TennisGame2.php:132
Method
SetP1Score
(score: number)
angular/src/app/tennis-game2/tennis-game2.component.ts:49
Method
SetP1Score
(score: number)
typescript/src/TennisGame2.ts:95
Method
SetP1Score
(number int)
go/TennisGame2.go:116
Method
SetP1Score
(int number)
csharp/Tennis/TennisGame2.cs:107
Method
SetP1Score
(int number)
java/src/main/java/TennisGame2.java:103
Method
SetP2Score
(score: number)
typescript-jest/src/TennisGame2.ts:101
Method
SetP2Score
kotlin/src/main/kotlin/TennisGame2.kt:93
Method
SetP2Score
(int $number)
php/src/TennisGame2.php:139
Method
SetP2Score
(score: number)
angular/src/app/tennis-game2/tennis-game2.component.ts:57
Method
SetP2Score
(score: number)
typescript/src/TennisGame2.ts:101
Method
SetP2Score
(number int)
go/TennisGame2.go:124
Method
SetP2Score
(int number)
csharp/Tennis/TennisGame2.cs:115
Method
SetP2Score
(int number)
java/src/main/java/TennisGame2.java:112
Function
TEST
cpp/gtest_all.cpp:10
Function
TEST
c_gtest/test-gtest/tennis_gtest.cpp:16
Function
TEST_P
c_gtest/test-gtest/tennis_gtest.cpp:95
Method
Tennis1Test
(int p1, int p2, string expected)
csharp/Tennis.Tests/TennisTests.cs:54
Method
Tennis2Test
(int p1, int p2, string expected)
csharp/Tennis.Tests/TennisTests.cs:62
Method
Tennis3Test
(int p1, int p2, string expected)
csharp/Tennis.Tests/TennisTests.cs:70
Method
Tennis4Test
(int p1, int p2, string expected)
csharp/Tennis.Tests/TennisTests.cs:77
Method
Tennis5Test
(int p1, int p2, string expected)
csharp/Tennis.Tests/TennisTests.cs:84
Method
Tennis6Test
(int p1, int p2, string expected)
csharp/Tennis.Tests/TennisTests.cs:91
Method
Tennis7Test
(int p1, int p2, string expected)
csharp/Tennis.Tests/TennisTests.cs:98
Function
TennisGame1
(player1Name, player2Name)
javascript/TennisGame1.js:1
Method
TennisGame1
(string player1Name, string player2Name)
csharp/Tennis/TennisGame1.cs:10
Method
TennisGame1
(String player1Name, String player2Name)
java/src/main/java/TennisGame1.java:9
Function
TennisGame2
(player1Name, player2Name)
javascript/TennisGame2.js:1
Method
TennisGame2
(string player1Name, string player2Name)
csharp/Tennis/TennisGame2.cs:13
Method
TennisGame2
(String player1Name, String player2Name)
java/src/main/java/TennisGame2.java:12
Function
TennisGame3
(p1N, p2N)
javascript/TennisGame3.js:1
Method
TennisGame3
(string player1Name, string player2Name)
csharp/Tennis/TennisGame3.cs:10
Method
TennisGame3
(String p1N, String p2N)
java/src/main/java/TennisGame3.java:9
Method
TennisGame4
cpp/tennis4.cc:35
Method
TennisGame4
(string player1Name, string player2Name)
csharp/Tennis/TennisGame4.cs:10
Method
TennisGame4
(String player1, String player2)
java/src/main/java/TennisGame4.java:8
Method
TennisGame4
cpp-assert/tennis4.cc:35
Method
TennisGame5
(string player1Name, string player2Name)
csharp/Tennis/TennisGame5.cs:12
Method
TennisGame5
(String player1Name, String player2Name)
java/src/main/java/TennisGame5.java:11
Method
TennisGame6
(string player1Name, string player2Name)
csharp/Tennis/TennisGame6.cs:10
Method
TennisGame6
(String player1Name, String player2Name)
java/src/main/java/TennisGame6.java:7
Method
TennisGame7
(string player1Name, string player2Name)
csharp/Tennis/TennisGame7.cs:10
Method
TennisGame7
(String player1Name, String player2Name)
java/src/main/java/TennisGame7.java:7
Function
TennisGame_Create
c/TennisGame4.c:16
Function
TennisGame_Create
c/TennisGame1.c:15
Function
TennisGame_Create
c/TennisGame6.c:15
Function
TennisGame_Create
c/TennisGame3.c:15
Function
TennisGame_GetScore
c/TennisGame4.c:130
Function
TennisGame_GetScore
c/TennisGame1.c:33
Function
TennisGame_GetScore
c/TennisGame6.c:24
Function
TennisGame_GetScore
c/TennisGame3.c:25
Function
TennisGame_SetP1Score
c_gtest/src/TennisGame2.c:116
Function
TennisGame_SetP1Score
c/TennisGame2.c:116
Function
TennisGame_SetP2Score
c_gtest/src/TennisGame2.c:124
Function
TennisGame_SetP2Score
c/TennisGame2.c:124
Function
TennisGame_WonPoint
c/TennisGame4.c:25
Function
TennisGame_WonPoint
c/TennisGame1.c:25
Function
TennisGame_WonPoint
c/TennisGame6.c:110
Function
TennisGame_WonPoint
c/TennisGame3.c:42
Method
TennisResult
cpp/tennis4.cc:5
Method
TennisResult
(string serverScore, string receiverScore)
csharp/Tennis/TennisGame4.cs:60
Method
TennisResult
(String serverScore, String receiverScore)
java/src/main/java/TennisGame4.java:57
Method
TennisResult
cpp-assert/tennis4.cc:5
Function
TestTennisGame1
(t *testing.T)
go/Tennis_test.go:76
Function
TestTennisGame2
(t *testing.T)
go/Tennis_test.go:80
Function
TestTennisGame3
(t *testing.T)
go/Tennis_test.go:84
Method
WonPoint
(playerName string)
go/TennisGame1.go:18
Method
WonPoint
(playerName string)
go/TennisGame3.go:43
Method
WonPoint
(player string)
go/TennisGame2.go:140
Method
WonPoint
(string playerName)
csharp/Tennis/TennisGame3.cs:34
Method
WonPoint
(string playerName)
csharp/Tennis/TennisGame6.cs:16
Method
WonPoint
(string playerName)
csharp/Tennis/TennisGame5.cs:18
Method
WonPoint
(string playerName)
csharp/Tennis/TennisGame4.cs:16
Method
WonPoint
(string playerName)
csharp/Tennis/TennisGame7.cs:16
Method
WonPoint
(string player)
csharp/Tennis/TennisGame2.cs:133
Method
WonPoint
(string playerName)
csharp/Tennis/ITennisGame.cs:5
Method
WonPoint
(string playerName)
csharp/Tennis/TennisGame1.cs:16
Method
__construct
($player1Name, $player2Name)
php/src/TennisGame6.php:11
Method
__construct
( private string $p1N, private string $p2N )
php/src/TennisGame3.php:13
Method
__construct
( private string $player1Name, private string $player2Name )
php/src/TennisGame2.php:17
Method
__construct
( private string $player1Name, private string $player2Name )
php/src/TennisGame1.php:13
Method
__construct
($player1Name, $player2Name)
php/src/TennisGame7.php:11
Method
__init__
(self, player1_name, player2_name)
python/tennis1.py:2
Method
__init__
(self, player1_name, player2_name)
python/tennis6.py:2
← previous
next →
201–300 of 612, ranked by callers