LL004
Large file
Object Pascal — Delphi & Free Pascal
Warning
Maintainability
Very large units are harder to understand and change safely
very large units are harder to understand and change safely.
Why this severity
very large units are harder to understand and change safely.
Known false positives
auto-generated designer or protocol binding units.
Remediation example
// Split responsibilities: // - OrderValidation.pas // - OrderPersistence.pas // - OrderPricing.pas