|
|
|
|
|
by iopq
2769 days ago
|
|
The code that determines truths about the data never had to be rewritten. Like, are the two points neighbors? I mean, I'm not going to write a version of this function for a spherical board in the future. Nobody plays on a spherical board. It's also a really boring unit test. Yes, (1,1) and (1,2) are neighbors. Do I really need to test this function until the end of time? |
|