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
prompt = Explain the following code snippet, but not line by line. Give a general overview of the code: why it might have been implemented this way, its purpose, its quirks, and possible improvements, if any.
[review]
prompt = Review the following code snippet. Make sure it follows established best practices, is clean, efficient and maintainable. Pay close attention to common mistakes like syntax errors, logic errors, security vulnerabilities, performance and scalability issues, or anything that seems questionable. For each mistake found, explain what is wrong and how to correct or improve it. Give your answer as one bullet point per mistake found.