Open XJTUmg opened 6 years ago
accumulate
for_each
transform
for_each
except completely different.make_unique
and make_shared
instead.
make_shared
up front wherever possible, if object will be shared.strlen
, strcmp
, strcpy
etc).C++14 guidelines:
make_shared_ptr
or make_unique_ptr
instead of new
.protected
for data.Some points:
There are so many rules, but we shouldn't remeber all of these. We should change the way of writing code by rules, tools, comment, review and editor.
Note: GSL
Content of Issue:
[x] https://www.youtube.com/watch?v=eidEEmGLQcU
[x] https://www.youtube.com/watch?v=u5senBJUkPc
[x] https://www.youtube.com/watch?v=YnWhqhNdYyk
[x] https://www.youtube.com/watch?v=1OEu9C51K2A
[x] https://www.youtube.com/watch?v=xnqTKD8uD64
[x] https://www.youtube.com/watch?v=86xWVb4XIyE
[x] Make Report
View the videos and make a report of each one