jobs-discuss

Job hunting, interview process and anything related to the experience of a job writing the Clojure language.
mauricio.szabo 2019-05-13T22:39:54.106700Z

Coming later to the test discussion, for me my tests even drive the domain exploration. For example, I'm experimenting with a specific approach to solve a code. I'll probably make a bunch of requests, cache the results, and explore then.

mauricio.szabo 2019-05-13T22:40:19.107400Z

Just that this "cache the results" are on a var, on a test namespace, and the result I'm expecting is probably an assertion 🙂