bbatsov/clojure-style-guide

No guidance on function arguments naming?

himat opened this issue · 1 comments

himat commented

Hi, there appears to be no guidance on function parameters.
How should I name them? Also in kebab case?

(defn some-function [some-big-thing another_thing]
   ... )

Seems, you are right - there's no coverage of those. They should use lisp-case (kebab-case) indeed.