clojure-style-guide icon indicating copy to clipboard operation
clojure-style-guide copied to clipboard

No guidance on function arguments naming?

Open himat opened this issue 2 years ago • 1 comments

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]
   ... )

himat avatar Aug 08 '22 04:08 himat

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

bbatsov avatar Aug 08 '22 04:08 bbatsov