You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We provide most common suggestions for refactoring code, after you execute refactor action, you will see the following suggestions:
36
-
37
-
```
38
-
intentions.refactor.readability=Please use concise and meaningful variable, function, and class names to improve code readability.
39
-
intentions.refactor.usability=Please ensure proper indentation and formatting to enhance code structure and readability.
40
-
intentions.refactor.performance=Please optimize algorithms and data structures to improve code performance.
41
-
intentions.refactor.maintainability=Please refactor long and complex functions into smaller, more manageable ones to improve code maintainability.
42
-
intentions.refactor.flexibility=Please design the system to be flexible and easily adaptable to changing requirements.
43
-
intentions.refactor.reusability=Please design and implement reusable components or modules to reduce duplication and improve development efficiency.
44
-
intentions.refactor.accessibility=Please consider accessibility requirements and design the system to be usable by all users, regardless of their abilities.
45
-
```
46
-
47
33
## Naming Suggestions
48
34
49
35
In [#132](https://github.com/unit-mesh/auto-dev/issues/132), we provide basic functionality for renaming things.
We provide most common suggestions for refactoring code, after you execute refactor action, you will see the following suggestions:
36
-
37
-
```
38
-
intentions.refactor.readability=Please use concise and meaningful variable, function, and class names to improve code readability.
39
-
intentions.refactor.usability=Please ensure proper indentation and formatting to enhance code structure and readability.
40
-
intentions.refactor.performance=Please optimize algorithms and data structures to improve code performance.
41
-
intentions.refactor.maintainability=Please refactor long and complex functions into smaller, more manageable ones to improve code maintainability.
42
-
intentions.refactor.flexibility=Please design the system to be flexible and easily adaptable to changing requirements.
43
-
intentions.refactor.reusability=Please design and implement reusable components or modules to reduce duplication and improve development efficiency.
44
-
intentions.refactor.accessibility=Please consider accessibility requirements and design the system to be usable by all users, regardless of their abilities.
45
-
```
46
-
47
33
## Naming Suggestions
48
34
49
35
In [#132](https://github.com/unit-mesh/auto-dev/issues/132), we provide basic functionality for renaming things.
0 commit comments