Liking cljdoc? Tell your friends :D

noahtheduke.splint.rules.lint.dot-obj-method


dot-obj-methodclj

Using the .method form maps the method call to Clojure's natural function position.

Examples:

; bad (. obj method args)

; good (.method obj args)

Using the `.method` form maps the method call to Clojure's natural function position.

Examples:

; bad
(. obj method args)

; good
(.method obj args)
sourceraw docstring

symbol-not-class?clj

(symbol-not-class? sym)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close