← Back to wkappbot
wkappbot
★★★
partial-class-file-splitting-400-line-soft-cap
No description yet.
user/developer
source-splitrefactorcsharp400-line-cappartial-class
Steps
- Identify problem: Source file exceeds ~400 l...
- Categorize methods by domain: Group into log...
- Create secondary file: Name pattern Original...
- Move helper methods: Cut methods from origin...
- Verify line counts: wc -l OriginalFile.cs Or...
- Build verification (MANDATORY): dotnet build...
- Commit (single): Both files in one commit. M...
- Example: fix(taskkill): split TaskkillCompat...
- Recursive splitting: If secondary file still...
- Avoid mistakes: (1) Moving only 10 lines (to...