Delphi Project Structure Folder Organization - Best Practice
Monday September 1, 2008
in Delphi TIPS ::
One question I always ask myself when starting a new Delphi program - a project with two or more applications - is how to best layout all the Delphi files one project is made of?. Source code files (PAS) and DFM files should go into a source controls system. Executable should be placed into a separate folder. Third party tools (units) should have thier own folders. If I have BPLs or DLLs they also should have their own folder. Here's what my current best practice in Delphi project layout is...
One question I always ask myself when starting a new Delphi program - a project with two or more applications - is how to best layout all the Delphi files one project is made of?. Source code files (PAS) and DFM files should go into a source controls system. Executable should be placed into a separate folder. Third party tools (units) should have thier own folders. If I have BPLs or DLLs they also should have their own folder. Here's what my current best practice in Delphi project layout is...
Read the full article to learn about Delphi Project Structure Folder Organization - Best Practice
Related:


Comments
No comments yet. Leave a Comment