Description
After discussing with @plozanol about which syntax should we use, in order to have a more unified code style, we have concluded that we prefer the lamba function syntax (see the trigger of the discussion).
Therefore, since #70 issue has been initially developed using regular for loops (because our little knowledge about the language), and if this decision is accepted by the rest of the team, I would refactor the code added due to #70 in order to use lambdas.
Description
After discussing with @plozanol about which syntax should we use, in order to have a more unified code style, we have concluded that we prefer the lamba function syntax (see the trigger of the discussion).
Therefore, since #70 issue has been initially developed using regular for loops (because our little knowledge about the language), and if this decision is accepted by the rest of the team, I would refactor the code added due to #70 in order to use lambdas.