Value Oriented Programming Part V - Return of the Values
Offered By: CppNow via YouTube
Course Description
Overview
Explore the concept of Value Oriented Programming in this conference talk from C++Now 2024. Delve into the differences between Value Semantics and Object Oriented Programming, learning how to design classes and code that favor value semantics. Examine techniques for making types lean towards values and treating them as such in functions. Cover key concepts including Intrinsics, Extrinsics, and Invariants. Discover how this approach can enhance code readability, correctness, maintainability, testability, and potentially improve performance. Gain insights from speaker Tony Van Eerd, a seasoned C++ developer and committee member, as he builds upon Sean Parent's influential keynote from the first C++Now conference.
Syllabus
Value Oriented Programming Part V - Return of the Values - Tony Van Eerd - C++Now 2024
Taught by
CppNow
Related Courses
C# into the FutureNDC Conferences via YouTube Words of Wisdom
NDC Conferences via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube A Future of Value Semantics and Generic Programming Part 2
CppNow via YouTube A Future of Value Semantics and Generic Programming Part 1
CppNow via YouTube