Skip to content
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

Automatic namespace creation #61

Open
ixti opened this issue Jul 16, 2012 · 2 comments
Open

Automatic namespace creation #61

ixti opened this issue Jul 16, 2012 · 2 comments

Comments

@ixti
Copy link
Contributor

ixti commented Jul 16, 2012

If a method/property defined on unexisting namespace, it should be automagically created.

USE CASE: documenting nodeca.shared.blogs.do_somthing() requries both shared and shared.blogs to be explicitly defined (to correctly build menu and breadcrumbs), but it's kinda stupid to have namespace stubs in each file.

@puzrin
Copy link
Member

puzrin commented Jul 16, 2012

Afaik, this it not the first retry to solve it. Problem with auto-creation it, that we can't guess auto-created node type.

@Sannis
Copy link
Contributor

Sannis commented Jul 19, 2012

There may be only three variants: class, property or namespace.
IMO classes should be defined explicitly.
Propertty? o_0
So I do not see a real example, when guessing may fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants