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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close