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

Added Folders to Project Structure to make maintaining and developing easier #251

Closed
wants to merge 2 commits into from
Closed

Conversation

Forbiddenz
Copy link
Contributor

No description provided.

@Lidefeath
Copy link
Contributor

I like this structure. 👍

@Mogwai-TheFurry
Copy link
Contributor

Folders should match namespaces, it's even a StyleCop rule. This type of object organization is not normal practice in industry and I'm not a fan.

@Forbiddenz
Copy link
Contributor Author

Yea, I was wondering about that, I do like the folders though as they make things more clear.
What I we added the folders and added the name modified the namespaces accordingly?

@Mogwai-TheFurry
Copy link
Contributor

If we had a hundred or more objects in our hierarchy, I could get on board with something, but what you're asking is actually technically not possible. You can't have "ACE.Entity.WorldObject" and "ACE.Entity.WorldObject.Container" - it won't even compile because it you can't have a class share a namespace segment.

@Forbiddenz Forbiddenz deleted the EntityReOrg branch May 3, 2017 19:10
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

Successfully merging this pull request may close these issues.

None yet

3 participants