Inhaltsverzeichnis



Core Checklist

Version: 2.0 (Split)
Applies to: All repositories and all languages (Pascal/FPC, C#, VB.NET, Rust, PHP/DokuWiki)

This file is the Merge Gate. Apply it always, then add relevant profiles.

Always Apply

Production-Ready (ZERO TOLERANCE)

All code MUST be 100% production-ready:

Forbidden Required
// TODO: comments Complete implementation
// FIXME: comments Fixed code
Stub functions Full implementations
Mock implementations Real implementations
Placeholder values Actual values
raise ENotImplemented Working code

General Quality

Error Handling Baseline

Logging Baseline

Security Baseline


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