How to Structure and Partition your Project?
Answer / Kailash Pati Singh Gautam
Project structure and partitioning should be organized in a way that makes it easy for team members to locate and manage files. Here are some guidelines:n
1. Keep similar files together: Group related files, such as images, scripts, or documents, into separate folders.
2. Use meaningful folder names: Names should clearly describe the content of the folder.
3. Limit folder depth: Keep folder structures shallow to make it easier for team members to navigate the project structure.
4. Follow a consistent naming convention: Use a consistent and descriptive naming convention for files and folders.
5. Use package files if necessary: Package files can help manage dependencies between different components of a project.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which DB using by Visulal Source Safe ? Can we assign our won database to VSS? or it have any default DB ?
How to require check-in comments?
How do I disconnect VSS from a particular VC project?
Is there an API for VSS? Where can I get it?
How do I get deleted files (not permanently deleted)?
How do I reconnect a project after the shared workspace file loses the project location?
What about other product integrations?
If the Allow Multiple Checkouts option is enabled, what type of files can I allow multiple users to check out simultaneously?
If new users want to modify the project, what are the steps they need to follow?
What’s Analyze?
How do I select a database from the command line?
How to Add Related Documents to Version Control?