79604501

Date: 2025-05-03 08:41:14
Score: 1.5
Natty:
Report link

Here is an idea:

for (int i = 0; i< list.count(); i++){

         if (list.at(i).some_variable1 == some_variable2){
         do some_thing; 
         }

}

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 1138