clj-kondo

https://github.com/clj-kondo/clj-kondo
lread 2020-12-23T14:58:04.208Z

Dang @borkdude, every now and then, after clj-kondo instantly tells me I’ve got something wrong, I sit back and marvel at how helpful it is. What an awesome feedback loop!

1✔️
borkdude 2020-12-23T14:58:45.208600Z

Even though I have created it mostly myself, I can't help getting the same feeling from time to time, haha

lread 2020-12-23T15:01:11.210Z

Well, I think being a proud papa is in order here!

lread 2020-12-23T15:03:42.210800Z

REPL driven development with an awesome linter is big silly grin inducing!

4💯4☝️
seancorfield 2020-12-23T18:20:54.212700Z

I'll +100 that. I've gotten so used to clj-kondo spotting mistakes that sort take for granted that it's there: I just sort of expect my "editor" to point stuff out now and when I have to work on non-Clojure code it's so frustrating that stupid mistakes don't show up immediately! 🙂

lread 2020-12-23T19:04:21.214200Z

I like that clj-kondo is not judgmental of the number of stupid mistakes I make. It just gently says, “hey buddy, you might not want to do that”.

lread 2020-12-24T20:06:37.217800Z

Ha! Don’t forget to make them extra mean tweets!

nate 2020-12-23T19:50:24.215400Z

Me too, clj-kondo is a great tool, grateful for it every day. Particularly grateful that it supports babashka.process's $ macro as I'm using that a lot these days.