The eastwood linter can also be configured to look for possibly misspelled keyword typos
https://github.com/jonase/eastwood#keyword-typos On Friday, February 3, 2017 at 3:47:21 AM UTC-7, John Schmidt wrote: > > I suggest something like (defn fetch-encrypted [] (fetch-important-data > {:encrypt true})) + unit tests > > On Friday, February 3, 2017 at 2:56:34 AM UTC+1, Michael Gardner wrote: >> >> What would be the Right Way to deal with typos like (fetch-important-data >> {:encypt true}), where the :encrypt key is optional? Timothy mentions >> auto-complete, which is better than nothing but doesn't feel like a real >> solution (especially to those who don't use auto-complete). >> >> > On Feb 2, 2017, at 16:37, Alex Miller <[email protected]> wrote: >> > >> > Ugh, don't do that. Introducing layers that add no value is a bad idea. >> Just use the keyword directly. >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups "Clojure" group. >> > To post to this group, send email to [email protected] >> > Note that posts from new members are moderated - please be patient with >> your first post. >> > To unsubscribe from this group, send email to >> > [email protected] >> > For more options, visit this group at >> > http://groups.google.com/group/clojure?hl=en >> > --- >> > You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> an email to [email protected]. >> > For more options, visit https://groups.google.com/d/optout. >> >> -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
