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/01/20 14:06:00 UTC

[GitHub] [nifi-minifi-cpp] szaszm commented on issue #712: MINIFICPP-1047 Add property "Drop empty flow files" to PublishKafka

szaszm commented on issue #712: MINIFICPP-1047 Add property "Drop empty flow files" to PublishKafka
URL: https://github.com/apache/nifi-minifi-cpp/pull/712#issuecomment-576289051
 
 
   What is your opinion on using `const` by default?
   
   Pros:
   * extra static analysis -> bugs caught earlier
   * intent stated more explicitly -> more readable
   
   Cons:
   * more typing
   * more clutter -> less readable
   * not consistent with the current state of the codebase
     * but can be viewed as gradual evolution if we're in favor of this style

----------------------------------------------------------------
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


With regards,
Apache Git Services