Performance

In code reviews, performance issues refer to things that can make a program run slower or use more resources than necessary.

These problems might come from using inefficient methods to do tasks, like sorting or searching data. They could also happen if the program uses up too much memory, takes too long to do calculations, or accesses a database too often and too slowly. Other common issues include having too much code doing the same thing or not handling multiple tasks at once efficiently.

Catching and fixing these performance issues during code review is important to make sure the program runs smoothly and doesn't waste resources. By finding and improving areas where the program is slow or inefficient, developers can make it faster and more responsive for users.

Managing rules for security-type issues

You can manage these from the Settings > Code health > Rules.

You can filter these pre-defined rules based on severity, language, and type. Additionally, you have the option to toggle individual rules on and off to mark them as active or inactive. Once deactivated, the respective issue will no longer be highlighted during subsequent reviews.

Last updated