Move vs. Copy
Frances highlights the importance of move semantics versus copying in programming, particularly in C++. Using methods like emplace back can enhance efficiency by reducing unnecessary operations. She emphasizes the need for well-designed classes that are small and focused to optimize performance, while also acknowledging the potential pitfalls of larger, more complex classes.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
SE Radio 617: Frances Buontempo on Modern C++
Related Questions