|
|
|
|
|
by masklinn
4162 days ago
|
|
> In fact, in general it's recommended not to use Box, because it complicates human reasoning about the code. Really? I've always understood it was because when possible that decision should be left to the caller and boxing by default just made the interface less flexible/convenient for callers. How does Box complicate reasoning about the code? |
|