vault backup: 2024-10-04 10:27:17

This commit is contained in:
2024-10-04 10:27:17 -05:00
parent 4008df37c2
commit 40dff8f1b2

View File

@@ -9,6 +9,7 @@ Positives:
- [ ] Used `StringBuilder` to render the board output, but decided against it later - [ ] Used `StringBuilder` to render the board output, but decided against it later
- [ ] Used string interpolation (newish C# capability) to render mine box content - [ ] Used string interpolation (newish C# capability) to render mine box content
- [ ] Excellent output message to user to give clear instructions on commands to input - [ ] Excellent output message to user to give clear instructions on commands to input
- [ ] Showed familiarity with debugging
Concerns: Concerns:
- [ ] Didn't appear to come super prepared with the solution in mind - [ ] Didn't appear to come super prepared with the solution in mind