szaszm edited a comment on pull request #992:
URL: https://github.com/apache/nifi-minifi-cpp/pull/992#issuecomment-780928820


   About exposing internals: I don't think it's happening here. I view 
`LockedConcurrentQueue` as an implementation detail of `ConcurrentQueue`, so 
they are one unit, even though they are syntactically implemented as two 
classes. To make this clear, maybe it could be hidden in a `detail` namespace 
and not allow client code to name it.
   
   I like the design, but on the flipside, it introduces more complexity than 
it removes. Overall, I support this change. If we happen to reuse this change 
at least once more, then the introduced complexity would pay off.
   
   Let's wait for more opinions!


----------------------------------------------------------------
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:
[email protected]


Reply via email to