10 ms·
Lambdas I would agree with and iterators, but in many other situations, e.g. templated collections it's easy enough to make a descriptive typedef. And... I hav
by another2another 2y ago
Lambdas I would agree with and iterators, but in many other situations, e.g. templated collections it's easy enough to make a descriptive typedef.
And... I have seen this in the wild: 'auto isFalse = true;'