I would love to know how better to organize my code:
I understand the basics of namespaces and how to use them.
But when and why I should use different namespaces eludes me.

In Java, the language forces you to have more or less one class pr
class-file, and you are encouraged to group class-files in packages.
So, is it as simple as saying that that namespaces are analogous to
class-files, and clj-files are analogous to packages?

But then Java doesn't have anything like rebinding something from one
namespace into another, for one.
What are the best ways to use namespaces?

Also, while we are at it, what are the naming conventions?
The same as in Java packages?
So I would use:  "no.terjedahl.some.namespace.here" ?


I would love to here thoughts on this.
And any links to web-pages discussing the topic.

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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

Reply via email to