Skip to main content
Skip table of contents

Code Anomalies

Code Anomalies are those code constructs that affect the readability and maintainability of code, or those that impact the security and performance of the application in some way. For example, a deeply nested condition leads to difficulty in code comprehension—and a SELECT * query to fetch all columns from a table in a scenario where only select columns are required—would affect the performance. Coding guidelines, best practices, or any application-specific coding rules can be automatically scanned in the application source to identify areas in the code that can be remediated to improve code quality.

image-20240209-120440.png

The AveriSource Platform™️ captures the file name, type, anomalies (if any), and the actual source line of code that has that anomaly.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.