Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Better directory structure or description #4

Closed
lanwin opened this issue Jun 14, 2011 · 6 comments
Closed

Better directory structure or description #4

lanwin opened this issue Jun 14, 2011 · 6 comments

Comments

@lanwin
Copy link

lanwin commented Jun 14, 2011

Currently with all directories in root, it is hard to get what directories are for. So i would like to suggest to restructure the directories in categorizing subdirectories or to put an description file beside.

@kg
Copy link
Member

kg commented Jun 14, 2011

Which specific directories' purpose is unclear to you? If you load up the .sln file in the root directory it should include all the project files you need to care about, and all the relevant binaries should end up in bin.

@lanwin
Copy link
Author

lanwin commented Jun 16, 2011

I would favor a more clear directory structure:

Examples/ -> Examples/Simple
Mannux/ -> Examples/Mannux
Platformer/ -> Examples/Platformer
Raytracer/ -> Examples/Rytracer
Tetris/ -> Examples/Tetris

Compiler/ -> ok
JSIL/ -> Compiler.Core/
Meta/ -> JSILCoreLib/ (Its like mscorelib)
Proxies/ -> JSILCoreLib/Proxies

Libraries is a bit irritating since i would assume that third party components are in there not a js impl. Then is the question why not also create the base classes with JSIL and mix proxies and impl.

But i think moving the examples out of the root would help the most since it is easier to keep the overview of the project.

@kg
Copy link
Member

kg commented Jul 4, 2011

I moved the examples out of the root. Renaming the other dirs would cause some breakage in some local scripts I'm using, so I probably won't get to that. You can file a new issue if there are specific reasons why you think those renames need to happen.

@kg kg closed this as completed Jul 4, 2011
@lanwin
Copy link
Author

lanwin commented Jul 4, 2011

Oh i think its far better now. The only wish would be if you could drop a line for each directory in the readme which describes what its in.

@kg
Copy link
Member

kg commented Jul 4, 2011

Would you prefer entries in the root README or a README for each folder?

@lanwin
Copy link
Author

lanwin commented Jul 4, 2011

I for myself would prefer root README :-)

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

No branches or pull requests

2 participants