The directory-structure tag has no wiki summary.
1
vote
0answers
120 views
How to organize cross platform js/web application?
My friend and I are working on an application that already works for Windows 8 and is written in Javascript, HTML, and CSS. Our desire is to make it cross platform for areas like windows mobile, ...
0
votes
1answer
97 views
REST API internal directory structure and RewriteEngine
I'm building a REST API. I don't want to have real folders in my directory structure, but I'm not quite sure what to use else. My REST API uses paths like this:
...
3
votes
1answer
350 views
Node.js app private modules. Where to put them?
The situation would be:
I develop 2 projects in my Node.js development environment, P1 and P2.
P1 required the development of two simple modules, mod1 and mod2, which are stored in P1/lib. Each one ...
2
votes
1answer
273 views
Directory structure (file system design)
I was looking at how file systems are designed and noticed that most places say that the directory hierarchy can be implemented using a hash table.
Could someone please explain me how using a hash ...
5
votes
4answers
880 views
how to structure MVC models and ORM models
I have some trouble getting a good folder structure in my project and i would like to know what other ways i could use to structure my files.
I'm currently working in an MVC sturctured folder.
www/
...
21
votes
3answers
3k views
What is the difference between the “lib” and “vendor” folders?
Regarding source folder hierarchy, there are always some common features, such as the src, doc or test folders, which have rather easy-to-understand contents.
However, I realized that big projects ...
3
votes
1answer
132 views
what to do with your bin directory
To get off my noob status i am following the Learn python the hard way course.
I really like it but at one point it says make a bin directory. In all games and other programs i saw to a bin ...
2
votes
2answers
216 views
Write a directory structure (pseudo code) [closed]
I am writing a wiki article and wondering what is the proper way to write a directory scheme?
I am doing something like
main folder
- sub folder
- sub folder
...
But I'm stuck after that.
Any ...
2
votes
2answers
612 views
When should a class or module be in a separate Assembly/DLL?
Are there any guidelines for deciding when a class should be in its own assembly/DLL? I often see two schools of thought:
1) Every "grouping" of classes belongs in its own DLL e.g. Repositories, ...
1
vote
3answers
78 views
How do you move a directory from your machine to a server that you are SSH'ed into? [closed]
I wasn't sure what to search for, since if I knew the term I would just use it :(
Basically, I am trying to copy over a directory on my computer to one of my university's machines, and I am using the ...
3
votes
2answers
298 views
Need help with directory structure in porting codebase to SVN
Currently we've got a directory structure that looks like this
+Inhouse App A
+Inhouse App B
+Core files for inhouse app B
+Inhouse App C
+Something that never came to fruition
+Forgotten Server ...