Update java-refactoring-extract-method.prompt.md
This commit is contained in:
parent
3923c8f957
commit
b68572ea7f
@ -87,7 +87,7 @@ protected RelationshipExpander newExpander(RelationshipType[] types,
|
||||
|
||||
Apply **Extract Method** to improve readability, testability, maintainability, reusability, modularity, cohesion, low coupling, and consistency.
|
||||
|
||||
Always return a complete, compilable method (Java 17).
|
||||
Always return a complete and compilable method (Java 17).
|
||||
|
||||
Perform intermediate steps internally:
|
||||
- First, analyze each method and identify those exceeding thresholds:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user