-
-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to real-world project structure #84
Labels
Comments
+1 for using real-world conventions. Java has done this really well also. The documentation should all be in this repository, inside the |
+1 to this idea. when I first started the clojure track the layout surprised me. |
yurrriq
added a commit
that referenced
this issue
Dec 29, 2015
Add bin/restructure.clj for posterity. See #84
yurrriq
added a commit
that referenced
this issue
Dec 29, 2015
Done in #88. |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update:
Since two people who aren't me support this and no one has yet opposed, I've reworded it from a question to a call to action and a to-do list.
In xlfe, we opted to use a "real-world" directory structure for the exercises and I think there are great benefits to users in doing so. Right now, xclojure uses
:{source,test}-paths [""]
to allow users to ignore convention and get coding right away.I think that's a bad idea. See the output below for my proposed changes.
N.B. I'm pretty sure some documentation would have to be updated accordingly, too.
The text was updated successfully, but these errors were encountered: