Design Patterns: The Most Common Misconceptions
Offered By: Meeting Cpp via YouTube
Course Description
Overview
Explore common misconceptions about design patterns in software development through this insightful conference talk from Meeting C++ 2023. Delve into the nuances of frequently misunderstood patterns, including Factory functions, Builder, Bridge, Strategy, Visitor, and Decorator. Learn to distinguish between similar patterns and understand their proper applications. Gain clarity on the role of design patterns beyond object-oriented programming, enhancing your ability to communicate effectively about software design and architecture. Discover how to avoid common pitfalls and leverage design patterns correctly to manage dependencies between software entities.
Syllabus
Design Patterns: The most common misconceptions - Klaus Iglberger - Meeting C++ 2023
Taught by
Meeting Cpp
Related Courses
Circle Metaprogramming - Better Features Make Better LibrariesCppNow via YouTube Variations on Variants
CppNow via YouTube Implementing Variant Visitation Using Lambdas
CppNow via YouTube Generic Programming Without Writing Your Own Templates
ACCU Conference via YouTube Effective Replacement of Dynamic Polymorphism with std - variant
ACCU Conference via YouTube