Delphi Code Refactoring

Refactoring techniques for Object Pascal: Extract Method, Extract Class, Guard Clauses, Replace Magic Numbers, Replace Conditional with Polymorphism, Introduce Parameter Object, Remove With, Extract Interface. Always focusing on maintaining behavior and improving readability.

delphicleancode d3c9565 14.2 KB Updated

File contents

delphicleancode/delphi-spec-kit/tree/main/.gemini/skills/refactoring commit d3c9565767

Frequently asked questions

npx skillmds@latest add delphicleancode/delphi-code-refactoring-2