openmainframeproject / software-discovery-tool

Software Discovery Tool
Apache License 2.0
31 stars 40 forks source link

Optimizing code for almaLinux #164

Closed Princee215 closed 10 months ago

Princee215 commented 11 months ago

Declaration of the result array outside the for loop is of no use, as it's already declared inside the "for" loop. As part of Good coding practice, we should remove it.

@pleia2 and @arshPratap, let me know your thoughts.

arshPratap commented 10 months ago

@Princee215 LGTM !

arshPratap commented 10 months ago

Thanks @Princee215 ! Merged