zig icon indicating copy to clipboard operation
zig copied to clipboard

exercises(queen-attack): remove input validation tests

Open ee7 opened this issue 1 year ago • 0 comments

Remove QueenError and the input validation tests. They weren't interesting - there's no good reason for init params to be i8 when the valid range is between 0 and 7 inclusive.

This PR will break everybody's solution, but I think that's worthwhile.

Closes: #223 Refs: #229


To-do:

  • [ ] Check whether we should add an .append file that explains how to assert

ee7 avatar Sep 21 '23 11:09 ee7