How to Structure and Partition your Project?



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

Post New Answer

More VSS Interview Questions

Which DB using by Visulal Source Safe ? Can we assign our won database to VSS? or it have any default DB ?

1 Answers   Hexaware,


How to require check-in comments?

1 Answers  


How do I disconnect VSS from a particular VC project?

1 Answers  


Is there an API for VSS? Where can I get it?

1 Answers  


How do I get deleted files (not permanently deleted)?

1 Answers  


How do I reconnect a project after the shared workspace file loses the project location?

1 Answers  


What about other product integrations?

1 Answers  


If the Allow Multiple Checkouts option is enabled, what type of files can I allow multiple users to check out simultaneously?

1 Answers  


If new users want to modify the project, what are the steps they need to follow?

1 Answers  


What’s Analyze?

1 Answers  


How do I select a database from the command line?

1 Answers  


How to Add Related Documents to Version Control?

1 Answers  


Categories