This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-11
Channels
- # announcements (1)
- # aws (5)
- # beginners (8)
- # biff (7)
- # calva (32)
- # cider (26)
- # clj-kondo (6)
- # clojure (100)
- # clojure-europe (6)
- # clojure-greece (1)
- # clojurescript (15)
- # core-logic (3)
- # fulcro (2)
- # honeysql (4)
- # hoplon (39)
- # hyperfiddle (11)
- # lsp (12)
- # other-languages (2)
- # podcasts-discuss (1)
- # squint (30)
@ericdallo What problem occurred when you use underscores in namespace names? We should mention that in the documentation, else people won't know why this linter is going to warn https://github.com/clj-kondo/clj-kondo/issues/1753
I don’t think that actually is a problem, just an idiom
I should probably added more details and a repro, but it was an error indeed, I just can't recall :/
Found it on nubank's slack: the problem was that our clojure->dart custom lib expects ns with dashes and not underlines, so more like a convention indeed, not a real compilation or something problem. Even so, I do think this should be a warn linter, we can argue if should be enabled by default, but I think it's a common convention in clojure projects use dashes and not underlines for ns name