CppCon 2018: Jason Turner “Applied Best Practices”

— Presentation Slides, PDFs, Source Code and other presenter materials are available at: — What happens when we start a project from scratch and try to apply all of the best practices? How well do constexpr, noexcept, [[nodiscard]] and other features interact with each other? Is it possible to apply all of the best practices at once, or will they conflict with each other? We will explore current best practices and examine their impact on compile time, runtime and testing. We’ll also see some of the unexpected effects that result when best practices are applied to a new project. — Jason Turner, Developer, Trainer, Speaker Host of C Weekly , Co-host of CppCast , Co-creator and maintainer of the embedded scripting language for C , ChaiScript , and author and curator of the forkable coding standards document .
Back to Top