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
fd661d5b5c
Merge pull request ' 🐛 ♻️ ✅ Fix-uts' ( #51 ) from fix-uts into main
...
Reviewed-on: #51
3 years ago
Alexis Drai
ae063bb58a
📝 Fix badges
3 years ago
Alexis Drai
10690dc991
♻️ Refactor, D.R.Y., use "expected" and "actual"
3 years ago
Alexis Drai
e3a86a67b9
✅ Generalize from HashSets to IEnumerables or Collections
3 years ago
Alexis Drai
085e27122a
✏️ Fix typo
3 years ago
Alexis Drai
4472c56354
✅ Improve Update() test after bugfix
3 years ago
Alexis Drai
f1404f829d
🐛 Add validation and delegation to Player.Remove()
3 years ago
Alexis Drai
dcb9de97e5
🩹 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
e9f628c2da
✅ Add one last test to PlayerManager
3 years ago
Alexis Drai
bfc5a79fc0
Merge pull request ' ✅ Fix #29 ut-playermanager' ( #49 ) from ut-playermanager into main
...
Reviewed-on: #49
3 years ago
Alexis Drai
ab2febf1b8
Merge pull request 'smells' ( #48 ) from smells into main
...
Reviewed-on: #48
3 years ago
Alexis Drai
923c42b9f2
✏️ Fix typo
3 years ago
Alexis Drai
9994798c6f
✅ Design unit tests for PlayerManager
3 years ago
Alexis Drai
60c6b0c0c9
Merge pull request 'Complete #27 -- ut-player' ( #45 ) from ut-player into main
...
Reviewed-on: #45
3 years ago
Alexis Drai
33f390b074
✅ 👔 Trim player names and update tests
3 years ago
Alexis Drai
b65fe617bc
♻️ Refactor repeated Fact test into a Theory test
3 years ago
Alexis Drai
92e59083be
Merge pull request ' 👔 Complete #26 -- Code PlayerManager' ( #43 ) from code-player-manager into main
...
Reviewed-on: #43
3 years ago
Alexis Drai
3c2799d363
Merge pull request ' 👔 Complete #15 -- Create the Player class' ( #42 ) from code-player into main
...
Reviewed-on: #42
3 years ago
Alexis Drai
9e4b92f560
Remove redundant check to string value
3 years ago
Alexis Drai
2bf7918a6f
🐛 Add dummy code to remove code smell...
3 years ago
Alexis Drai
ff6e634da1
🐛 Fix #47
3 years ago
Alexis Drai
1593ca1b49
✅ Remove dummy code to improve coverage
3 years ago
Alexis Drai
676413959c
🚨 Fix #46
3 years ago
Alexis Drai
bfe20a653c
✅ Complete #27 and Fix #44
3 years ago
Alexis Drai
0995660259
✅ Design UTs for Player
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
9c09323f95
Merge pull request 'WIP Finir interface Manager' ( #37 ) from creer_interface_manager into main
...
Reviewed-on: #37
3 years ago
Alexis Drai
f11e86f4d9
Merge pull request 'WIP Creer interface IManager' ( #36 ) from creer_interface_manager into main
...
Reviewed-on: #36
3 years ago
Najlae LAMBARAA
9c60eb9f53
Finir interface Manager
3 years ago
Najlae LAMBARAA
99911eb566
Creer interface manager
3 years ago
Alexis Drai
a0a4f1550a
💩 Change some random string
3 years ago
Alexis Drai
cc38d6dd72
📝 Add detailed notes about workflow
3 years ago
Alexis Drai
0e7d659d0e
🩹 Fix #1
3 years ago
Alexis Drai
d8af7c214a
💚 Fix SQ integration
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
f8f6e366dd
🚧 Plug console app into model
3 years ago
Alexis Drai
a2c676acf6
🚧 Plan for scaling the UTs
3 years ago
Alexis Drai
5a7b330523
🚧 🐛 Fix drone name, comment SQCI
3 years ago
Alexis Drai
0164387e07
Add Player class and some UT to provoke CI
3 years ago
Alexis Drai
ca68a64297
Setup CI
3 years ago
Alexis Drai
f5eaa468b4
Initial commit
3 years ago