eastwood
eastwood copied to clipboard
Should existence of both .clj and .cljc file with same namespace cause a warning?
In at least some cases like this, I believe that the existence of the .clj file would cause the .cljc file to be ignored. A warning about this might be helpful. Be sure to create a test project that tries out various combinations of .clj and .cljc files with same and different namespace names to test such warnings on.