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
- Only add comments when explaining particularly unclear parts - avoid basic comments.
2
-
-Use concise and short variable names, especially for local variables.
2
+
-Keep identifier names concise. However, do not use abbreviations for English words, unless they are widely used in the target programming language. Also, please respect the naming conventions from the original code.
3
3
- The Bash tool runs in a sandbox, so file access or network connections may result in errors. In such situations, ask the user for instructions.
0 commit comments