You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/04/17 23:14:03 UTC

[GitHub] [commons-lang] garydgregory commented on issue #515: Remove unnecessary unboxing in BooleanUtils.

garydgregory commented on issue #515: Remove unnecessary unboxing in BooleanUtils.
URL: https://github.com/apache/commons-lang/pull/515#issuecomment-615502371
 
 
   -1 from my POV. In a low-level library like Commons Lang we should make explicit where we mix primitives and Objects. I want to be made aware of where the boxing and unboxing do in fact take place, which will have consequences depending on some use cases. Boxing is not just syntactical sugar.

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