From d5ff59a2386b48ac00fb304ac62cf05a6994e32f Mon Sep 17 00:00:00 2001 From: benjaminramey Date: Tue, 1 Oct 2024 13:14:25 -0500 Subject: [PATCH] vault backup: 2024-10-01 13:14:25 --- Work/Edgar Munoz interview.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Work/Edgar Munoz interview.md b/Work/Edgar Munoz interview.md index d32c540..40b291d 100644 --- a/Work/Edgar Munoz interview.md +++ b/Work/Edgar Munoz interview.md @@ -4,5 +4,9 @@ Ricardo sent him the Minesweeper problem. Wasn't early to the meeting. Showed up at 13:02 -Console application in C# +Console application in C#, limited GUI + +Seems familiar with Visual Studio. Able to explain his basic plan to get going: two models (Cell and Board), one service to calculated neighboring cells. + +Interesting choice: adding "NeighborCount" on the cell model--should the cell model know about its neighbors?