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?