Reusable C++ Code and Data Structures - Choosing the Right Tools
Offered By: cpponsea via YouTube
Course Description
Overview
Explore the principles of code reusability in C++ through this conference talk by Sebastian Theophil at C++ on Sea 2024. Delve into the importance of the DRY (Don't Repeat Yourself) principle and its impact on reducing error-prone code. Examine various C++ tools for sharing code and data, including template functions, template classes, std::variant, virtual classes, and std::any. Gain insights into associated programming patterns such as CRTP, templated base classes, and template functions with function arguments. Develop intuition for selecting the most appropriate tool for different situations, enhancing your ability to write efficient and maintainable C++ code. Learn from Sebastian Theophil's extensive experience at think-cell Software and his work on projects like porting think-cell to macOS and maintaining the typescripten project.
Syllabus
Reusable C++ Code, Reusable C++ Data Structures - Sebastian Theophil - C++ on Sea 2024
Taught by
cpponsea
Related Courses
Introducción a la programación en Java: escribiendo buen códigoUniversidad Carlos iii de Madrid via edX Java Inheritance, Composition and Aggregation
Coursera Project Network via Coursera Learn Angular 2 from Beginner to Advanced
Udemy Software Engineering Principles in Python
DataCamp Fundamentos de C# para Principiantes
Udemy