clojure / clojure/clojure-site
Better explain how namespaces relate to deps
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 259
- Forks
- 275
- PR merge metrics
- No merged PRs in 30d
Description
https://clojure.org/guides/learn/namespaces and https://clojure.org/reference/namespaces have differently focused overviews of namespaces but leave out the linkage to how namespaces end up on the classpath (either via Clojure itself or your code or via libs). These should pages should connect those dots better.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Learn namespaces guide and the namespaces reference page named in the issue, then trace how namespaces reach the classpath through Clojure, application code, and libraries. Done means both pages clearly connect namespace usage with those classpath sources.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100