Do you feel the same way?
Lambda Overdose
by Arne Mertz
From the article:
Lambdas are a nice recent addition to C++. They are cool, they are hip, and they tend to be overused and misused.
Since lambda expressions came up in C++11 and got a huge boost in usability in C++14, they have been all the rage. Don’t get me wrong. Lambdas really are useful and cool and everything. But reading blog posts, the CppLang Slack channel and other sources lately has given me the impression that some people use lambdas in ways they should not be used...
Add a Comment
Comments are closed.