Fork me on GitHub
#clojure-madison
<
2019-07-01
>
spinningtopsofdoom17:07:51

Neat, you could try a generative test checking that you can get from one point in the maze to any other point

spinningtopsofdoom17:07:49

I'll give look over the code after work for you

spinningtopsofdoom18:07:57

A simple test would be checking that all squares have at least one "open" side

spinningtopsofdoom18:07:04

From playing around with go blocks and multi threaded tasks in the past my advice is to get a serial process working first. Concurrency even in Clojure gets tricky and hard to debug very fast 🙂