File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,13 @@ server.tool(
10
10
'find_most_critical_design_issue' ,
11
11
to_gpt (
12
12
`
13
- Analyze a single Java file and find the most important
14
- design issue that requires immediate attention and refactoring.
15
- Ignore cosmetic problems that are easy to fix.
16
- Find single most important problem the fix of which will
17
- most effectively improve the quality of code, its maintainability
18
- and stability.
13
+ Analyze one Java file.
14
+ Find the most serious design flaw.
15
+ It must need immediate refactoring.
16
+ Ignore cosmetic or minor issues.
17
+ Fix the one problem that will best improve code quality.
18
+ Code quality means maintainability, readability, loose coupling, and high cohesion.
19
+ Point out the problem and where it is in the file.
19
20
`
20
21
) ,
21
22
{ path : z . string ( ) } ,
You can’t perform that action at this time.
0 commit comments