|
|
|
|
|
by nice_byte
3537 days ago
|
|
I'm a professional and you can take the lambdas out of my cold, dead hands. Also, their examples are removed from reality. I've never seen people use lambdas like that. Most of the use cases I've seen are callbacks that get triggered on certain events (i.e. "display notification when background loading thread completes") and predicates (i.e. find_if). I see neither in their examples. |
|