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

Generate folders for each namespace when generating code #29

Open
gbaychev opened this issue Mar 24, 2019 · 2 comments
Open

Generate folders for each namespace when generating code #29

gbaychev opened this issue Mar 24, 2019 · 2 comments

Comments

@gbaychev
Copy link
Owner

There should be a (sub)folder created for each namespace. Also there should be an option for the user to select whether or not he wants this. Suggested by @vishwas-trivedi in #6

@gbaychev gbaychev added the Easy label Mar 24, 2019
@IsaiahDicristoforo
Copy link

Classes with the same namespace would be put in a folder with the name of their namespace?

@gbaychev
Copy link
Owner Author

Hello mate, sorry to be that slow with the response, but I was on a long vacation. Yes, this is the idea.
E.g if you have a namespace A and namespace A.B, then you should have:
A
|- <classes belonging to namespace A>
|- B
    |-<classes belonging to namespace B>

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

No branches or pull requests

2 participants