|
|
|
|
|
by xondono
1615 days ago
|
|
I’m willing to buy that abstractions reduce complexity, but to do that they can’t be leaky abstractions. They should “just work”, and it should be easy to choose among them. If you need to consider what’s underneath, how is that a reduction in complexity? C++ abstractions are the opposite. You need to ponder the several options, normally tagged by their implementation details. |
|