Skip to content

Don't use (:use … :only) anywhere #5

@michaelklishin

Description

@michaelklishin

(:use … :only) in the ns form has no reason to exist besides backwards compatibility with Clojure before 1.4. (:require … :refer) should be used instead, that way you can use :require only.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions