Alexis Drai
fb02307b28
🩹 Move validation to constructor, clarify with comments
3 years ago
Alexis Drai
d36afce173
🐛 Add validation and delegation to Player.Remove()
3 years ago
Alexis Drai
fd00107e5f
🩹 Pass params by vals instead of by refs
...
if we pass parameters by reference, it must be because we want to
change them in the method and to keep those changes.
This seems like a different situation, so we should be able
to pass the objects by value.
3 years ago
Alexis Drai
9994798c6f
✅ Design unit tests for PlayerManager
3 years ago
Alexis Drai
33f390b074
✅ 👔 Trim player names and update tests
3 years ago
Alexis Drai
9e4b92f560
Remove redundant check to string value
3 years ago
Alexis Drai
ff6e634da1
🐛 Fix #47
3 years ago
Alexis Drai
676413959c
🚨 Fix #46
3 years ago
Alexis Drai
bfe20a653c
✅ Complete #27 and Fix #44
3 years ago
Alexis Drai
bd1502436d
🐛 Make hash case insensitive, check name validity
3 years ago
Alexis Drai
5c3dccfa04
👔 Complete #26 -- Code PlayerManager
3 years ago
Alexis Drai
9fa4fb56ea
👔 Create the Player class
3 years ago
Alexis Drai
e243144fe5
🚑 Fix IManager (genericity)
...
this makes it possible to manipulate the arguments
3 years ago
Alexis Drai
f30fbbbca6
🚑 Fix build
...
by implementing IManager correctly in PlayerManager
3 years ago
Alexis Drai
78f02448b2
🩹 Fix #38
3 years ago
Ismail TAHA JANAN
31f988dcb0
add PlayerManager class and stub class
3 years ago
Najlae LAMBARAA
9c60eb9f53
Finir interface Manager
3 years ago
Najlae LAMBARAA
99911eb566
Creer interface manager
3 years ago
Alexis Drai
99e82ead0e
⬆️ Upgrade to .NET 6.0
3 years ago
Alexis Drai
1d11244d1b
♻️ Switch from Console to Debug
3 years ago
Alexis Drai
0164387e07
Add Player class and some UT to provoke CI
3 years ago
Alexis Drai
f5eaa468b4
Initial commit
3 years ago