announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
ertugrulcetin 2020-11-10T08:02:52.400500Z

Hi all, I created a leiningen plugin that checks that order of namespace declarations for Clojure and ClojureScript • Checks that namespaces/packages inside :require and :import are sorted. • There are pre-defined sorting functions (asc, desc, etc.). Also, you could define your custom sorting function. • Automatically replacing namespace declarations in source files, so no need for a manual update. https://github.com/ertugrulcetin/lein-nsort

6🎉
NoahTheDuke 2020-11-11T19:21:21.413Z

this is cool! should I post feedback here or in a github issue?

ertugrulcetin 2020-11-17T14:46:23.452500Z

@nbtheduke sorry for the late reply, GitHub issues would be great!

NoahTheDuke 2020-11-17T14:47:03.452700Z

cool, will do

1👍