Inhaltsverzeichnis



Project Structure Checklist

Version: 2.0
Scope: Repository layout and folder/namespace conventions.

Required Folders

Namespace-based Folder Structure

Repository Categories (Multi-Project)

For workspaces with multiple projects:

WvdS.FPC/
├── lib/      # Reusable libraries (build first)
├── apps/     # End-user applications
└── tools/    # Development tools (VSIX, scripts)

Version: 2.0 (Split)
Author: Wolfgang van der Stille

Back to Project Checklists | Review Checklists