-
Notifications
You must be signed in to change notification settings - Fork 15
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
Consider renaming modules after #9 #11
Comments
From #9 (comment):
|
@ranjanan So the problem with having two modules like this, is that the second module isn't a submodule, so its name has to stay unique across all julia modules. Imagine it basically as a totally separate package squished into this package. So I think Regarding |
(For now, i've stuck with |
I think |
came here from the JuliaCon talk, was looking for "autosnoop" documentation, and for this issue, what about "Helper" instead of "Util"? in case it's not already to late anyway :D |
Haha thanks! Actually, thankfully, I'm pretty sure I can finally just delete all these modules! Thanks for the suggestion though, I do agree that "Helper" would probably have been a better name. And oh, sorry, yeah about the lack of documentation on |
I've created a new Issue here to discuss "complete compilation" further: #24 (That said, for now, the api for |
PR #9 splits the Package into two main Modules, and (probably) a submodule. Here are some naming questions:
ApplicationBuilder
still make sense? Should it just beApplication
?Applications
?ApplicationBuilder.App
?Application.Util
?Applications.Utils
?ApplicationBuilder.AppUtils
?BuildApp
?AppBuilder
?Here are some possible examples of how those could look:
The text was updated successfully, but these errors were encountered: