Absolutely Submitted by Serge Vakulenko (not verified) on Tue, 15/11/2022 - 04:31 I completely agree. Somehow people tend to use Pimpl where a simple abstract class would be enough. BTW, it's possible to define the factory routines as static methods of the interface itself. See my demo: https://github.com/sergev/dependency-inv... reply
I completely agree. Somehow people tend to use Pimpl where a simple abstract class would be enough.
BTW, it's possible to define the factory routines as static methods of the interface itself. See my demo: https://github.com/sergev/dependency-inv...