I just joined the clojure-contrib project and made my first contribution (clojure.contrib.monads). I have a small test suite for that module, and I wonder where that should go. At the moment all the code is in src/clojure/contrib, but is it a good idea to put test code there as well, considering that it will be run as a script rather than used as a module? I would rather create a separate directory tests (on the same level as src) and put all test suites in there. What do the other contrib members think about this?
A related question concerns example scripts that illustrate the use of the modules in clojure.contrib. I think it would be nice to have those in the project as well, though it is less obvious than for the test scripts. I thus propose to create another directory "examples" along with "tests". Konrad. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---