-
Notifications
You must be signed in to change notification settings - Fork 279
Issues: bbatsov/clojure-style-guide
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Decide on a style for destructuring with :keys (using symbols and/or keywords)
#257
opened Jul 25, 2024 by
timspc
Threading macro alignment of first argument on it's own line
#254
opened Aug 6, 2023 by
dannyfreeman
Add note about putting then and else forms on separate lines in
if
#243
opened Sep 6, 2022 by
camsaul
Add note about preferring
(if-not (= ...))
over (if (not= ...))
and (when-not (= ...))
over (when (not= ...))
#240
opened Jul 14, 2022 by
camsaul
x, y - numbers -- only if x and y appear together?
enhancement
#239
opened Jun 13, 2022 by
seancorfield
Use keys of different length in let & map alignment example
enhancement
#219
opened Dec 23, 2020 by
clyfe
Don't refer to full namespace paths that are already available
#203
opened Feb 6, 2020 by
MicahElliott
Establish community convention for "side-effecting"-only requires
#175
opened Jun 7, 2019 by
borkdude
Previous Next
ProTip!
Updated in the last three days: updated:>2024-11-18.