Alexis Drai
c7d3888a70
🐛 Change HashSet to List for ordering, add order
3 years ago
Alexis Drai
16ab43af5a
Merge pull request ' ✨ ✅ 🩹 Complete #40 and #41 -- finish Turn' ( #56 ) from finish-turn into main
...
Reviewed-on: #56
3 years ago
Alexis Drai
7e85dba135
🩹 Fix code smells
3 years ago
Alexis Drai
7389ee8756
✅ 💬 Include AbstractDieFace in Turn, update ToString(), pass tests
3 years ago
Alexis Drai
011db706e0
🏗️ 📦 ️ Make separate packages for clarity
3 years ago
Alexis Drai
f52676c901
🏗️ Add all (emptyish) classes, articulate
3 years ago
Alexis Drai
908c725573
🏗️ Plug a loader and GameRunner into the App
3 years ago
Alexis Drai
b59c239041
✏️ Fix typo
3 years ago
Alexis Drai
9f2ab5ebe3
📝 Add onto README
3 years ago
Alexis Drai
bcf7772e6d
🚨 remove TODOs using comments and tickets instead
3 years ago
Alexis Drai
f947a4fea5
Merge pull request ' ✏️ ♻️ ✨ 🏗️ 📦 🩹 fix-stub-merge' ( #54 ) from fix-stub-merge into main
...
Reviewed-on: #54
3 years ago
Alexis Drai
bbf63e7fbf
🩹 Fix code smell
3 years ago
Alexis Drai
4b01efe0f6
Fix last code smell
3 years ago
Alexis Drai
207a279df2
📦 ️ 🐛 Fix Solution
3 years ago
Alexis Drai
8d8e55d348
🏗️ Add empty class
3 years ago
Alexis Drai
707a0a5ab2
✏️ Downgrade from TODO to memo
3 years ago
Alexis Drai
c005e84d51
♻️ Rename folders appropriately, add ILoader, fix smells
3 years ago
Alexis Drai
c88851af6e
✏️ Fix args, 🎨 improve code lisibility
3 years ago
Alexis Drai
21fec4a0d2
✨ Use abstraction, switch from uri to int
3 years ago
Alexis Drai
7c0c0d5fd9
✨ Use abstraction, switch from hexString to int
3 years ago
Alexis Drai
20b57ce31b
🚧 🧑💻 Put Value at abstract level, leave IDs for later
3 years ago
Alexis Drai
0e665493cf
✏️ ♻️ Rename abstract class
3 years ago
Ismail TAHA JANAN
c66aee78ea
feat #8 - create Stub
3 years ago
Alexis Drai
359d5845bf
Merge pull request ' ✅ 👔 Create Turn class and corresponding UTs' ( #53 ) from create-turn-class into main
...
Reviewed-on: #53
3 years ago
Alexis Drai
85e16cf590
✅ Implement UTs on Turn class
3 years ago
Alexis Drai
d734fd9215
✅ 👔 Add Turn class and first UTs
3 years ago
Alexis Drai
9d898c0337
🔀 Merge #52 into main
3 years ago
Alexis Drai
bbfe7291c4
🩹 Fix code smell
3 years ago
Alexis Drai
1ad5c7cf21
🛂 ✅ Add null checks and exceptions, reflect change in UTs
3 years ago
Alexis Drai
180c50b2c7
🩹 Improve exception-throwing
3 years ago
Alexis Drai
86597ef08f
🩹 Remove old or useless TODOs
3 years ago
Alexis Drai
fb02307b28
🩹 Move validation to constructor, clarify with comments
3 years ago
Alexis Drai
e85b9e5550
♻️ Refactor, D.R.Y., use "expected" and "actual"
3 years ago
Alexis Drai
fb69b719b4
✅ Generalize from HashSets to IEnumerables or Collections
3 years ago
Alexis Drai
0f3471cb60
✏️ Fix typo
3 years ago
Alexis Drai
a5483b3850
✅ Improve Update() test after bugfix
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
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