This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-02-09
Channels
- # announcements (3)
- # babashka (17)
- # beginners (75)
- # calva (43)
- # cider (1)
- # clj-kondo (54)
- # cljdoc (8)
- # cljs-dev (70)
- # clojure (83)
- # clojure-europe (27)
- # clojure-nl (4)
- # clojure-norway (4)
- # clojure-spec (8)
- # clojure-uk (13)
- # clojured (2)
- # clojurescript (47)
- # community-development (4)
- # conjure (2)
- # cursive (3)
- # datomic (5)
- # emacs (5)
- # events (3)
- # fulcro (13)
- # graalvm-mobile (19)
- # helix (2)
- # introduce-yourself (1)
- # jobs (2)
- # jobs-discuss (28)
- # kaocha (9)
- # livestream (11)
- # malli (15)
- # meander (24)
- # nextjournal (8)
- # off-topic (26)
- # pathom (1)
- # pedestal (8)
- # polylith (2)
- # portal (31)
- # re-frame (4)
- # reagent (10)
- # reitit (8)
- # remote-jobs (3)
- # sci (1)
- # shadow-cljs (66)
- # spacemacs (20)
- # testing (6)
- # vim (15)
- # xtdb (7)
Hey there! Jokes aside, I'd like to say that a lack of productivity isn't something you should feel ashamed of/guilty for. Many, many reasons contribute to that, it's not just your skills. People as productive as Michiel are definitely talented/gifted, one way or another, but remember that the opposite is not true!
thx. I was using it as a British/self deprecating way of complimenting @borkdude rather than actually feeling bad about my own skills
I do like that @borkdude's real response to this thread is to release something. :rolling_on_the_floor_laughing: https://clojurians.slack.com/archives/C06MAR553/p1644398560505849 :the_horns:
måning
Good morning! I'll be live coding in this stream starting 15:30-ish today: https://www.youtube.com/watch?v=T_wuPrHIupU
anyone else find themselves constructing test datasets with math-based shortcuts (often using Σ1..n=n(n+1)/2
) for unit-testing data-transformations such as aggregations ?
hmm. i'm not fuzzing as such, although i could extend to fuzzing quite easily
Dear European friends. I know you don't like code that does basically nothing. Like functions that wrap other functions and just pass their arguments. #(inc %)
.
This is where clj-kondo comes to the rescue and will find these redundant bastards!
clojure -Sdeps '{:deps {clj-kondo/clj-kondo {:git/url "" :git/sha "2cc9777752d9f54ed91baa4c6ddaa0c2b8812049"}}}' -M -m clj-kondo.main --config "^:replace {:linters {:redundant-fn-wrapper {:level :warning}}}" --lint src
🙏 try it at home and report any unexpected warnings 🙏