From 6bf5fd616e3e2ec30bc4e39ca2989bdea55f865b Mon Sep 17 00:00:00 2001 From: benjaminramey Date: Tue, 1 Oct 2024 13:36:13 -0500 Subject: [PATCH] vault backup: 2024-10-01 13:36:13 --- Work/Edgar Munoz interview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Work/Edgar Munoz interview.md b/Work/Edgar Munoz interview.md index 551869f..967ed4a 100644 --- a/Work/Edgar Munoz interview.md +++ b/Work/Edgar Munoz interview.md @@ -20,7 +20,7 @@ Speaks English _very_ well. Found a bug he wrote in column and row check before executing program by thinking about it logically and visualizing the board. -Has a bug using `.Length` of a multi-dimensional array! Will be x * y and not x as he's hoping. +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. Questions: 1. Can you GridSize everywhere to avoid errors?