Glossary

For AI-generated code:

Run the code and test it against known inputs and expected outputs - Review the logic — does it actually do what it claims to do? - Check for common error patterns: off-by-one errors, edge cases, unhandled exceptions - Use linting tools and static analysis to catch structural issues

Learn More

Related Terms