-
Notifications
You must be signed in to change notification settings - Fork 282
Open
Labels
@himat
Description
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]
... )