Simplify the checkInstanceMove function
This patch flattens the two folds into one, by simply building the whole list of moves instead of the double recursion (nodes and the each node's moves). This has no functional change, but it's much cleaner.
Loading
Please register or sign in to comment