lefticus / cpp_weekly

The official C++ Weekly Repository. Code samples and notes of future / past episodes will land here at various times. PR's will be accepted in some cases.
The Unlicense
698 stars 26 forks source link

Should we use C++ 20 ranges, views? When to use/avoid ranges, views? #346

Open kiner-shah opened 10 months ago

kiner-shah commented 10 months ago

Channel

Is this a "C++Weekly" or "The [Fill in the Blank] Programmer" episode request? C++ Weekly

Topics

What topics are important to cover for this episode? I saw this video recently where Nicolai Josuttis mentioned many problems in C++ 20 ranges, views. So now I have doubts whether to use ranges at all? If yes, what are the scenarios when they should be used and what are the scenarios when they should be avoided?

Length

Should this be bite-sized (5-10 minutes) or more long form (10-20 minutes)? Maybe 10 minutes -> bite-sized