You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/08/12 08:37:14 UTC

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on pull request #865: MINIFICPP-1325 - Separate process group processor lookups for IDs and names, allow constructing ID-s from strings

hunyadi-dev commented on pull request #865:
URL: https://github.com/apache/nifi-minifi-cpp/pull/865#issuecomment-672735424


   > For some reason I couldn't reply to the other review comments, so writing it here:
   > +1 for explicitly listing the captured variables, just for clarity, not safety.
   
   I would say listing the captured variables is just clutter-code in these cases. The lambdas mentioned captures everything in scope: there are no locals, `this` is captured and the single function args are also inputs for the lambda.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org