in reply to Re: Development Directory Structure and Technique
in thread Development Directory Structure and Technique
I like Fastolfe's use of a docs folder. I really, really, really should do that. Problem is, I work in a company where I'm the only guy who can 'use Perl;' - everyone else uses VB\VBScript. Maybe that's a reason TO document more?/work/project-a/database - store databases in here /work/project-a/libs - modules, libraries /work/project-a/temp /work/project-a/backups - archives of previous working versions /work/project-a/webroot - Web folder starts here /work/project-a/utils - command line utils I may need /work/snippets - useful code snippets to save and reuse.
|
|---|