clojure icon indicating copy to clipboard operation
clojure copied to clipboard

Clojure code base analysis

Open practicalli-johnny opened this issue 3 years ago • 0 comments

Clojure code base is very stable and takes a very thoughtful approach to design

One of the goals of Clojure is to provide backwards compatibility, which requires being methodical about adding features. The side-effect of that is very little code churn.

Data analysis of GitHub repository

https://twitter.com/thesephist/status/1472644432621150220?t=qrgUa7Qfllibj0XThbsMeA&s=19

Note: GitHub repository is not open to PRs. Changes are via ask.clojure.com and Jira tickets (so each and every change can be considered by the core team)

Other code analysis tools

  • https://codescene.com/

practicalli-johnny avatar Apr 17 '22 09:04 practicalli-johnny