Skip to content

Smell removals

Guillaume Baulieu requested to merge gbaulieu/gammaware:smells into preprod

Some cleaning of the code :

  • Parameters are passed as reference instead of copy
  • ++iterator instead of iterator++
  • Reducing variables scope

Merge request reports