A Few Quick Notes About babashka/fs
Recently I've used babashka/fs a little bit, here are some quick notes for it:
Path vs File. Use Path whenever possible, according to this SO answer to "Java: Path vs File". This is actually Java related. It's ok to use a path as a key for a clojure map. At my first try, I somehow came to the conclusion that it's not ok, while I was refactoring the live reload for clay.
[Read More]