vault backup: 2024-10-01 13:36:13

This commit is contained in:
2024-10-01 13:36:13 -05:00
parent 1463f07ddc
commit 6bf5fd616e

View File

@@ -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. 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: Questions:
1. Can you GridSize everywhere to avoid errors? 1. Can you GridSize everywhere to avoid errors?