From 5a964ed868358f90a8340fadf7898a296f88a1c7 Mon Sep 17 00:00:00 2001 From: benjaminramey Date: Tue, 1 Oct 2024 14:01:39 -0500 Subject: [PATCH] vault backup: 2024-10-01 14:01:39 --- Work/Edgar Munoz interview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Work/Edgar Munoz interview.md b/Work/Edgar Munoz interview.md index 331067d..affcdbc 100644 --- a/Work/Edgar Munoz interview.md +++ b/Work/Edgar Munoz interview.md @@ -38,4 +38,5 @@ Notes: 4. Found a bug he wrote in column and row check before executing program by thinking about it logically and visualizing the board. 5. Has a bug using `.Length` of a multi-dimensional array! Will be x * y and not x as he's hoping. He figured it out without any prompting from me and used `GridSize` in the check instead. 6. He had thoughts about the `Board.BoardGame` field--renmaing it. This is a good sign to me, thinking about clearing naming something that's redundant (against the class name). +7. How can you communicate to the user better about what's going on (found mine or tried to place flag on revealed square, for example)?