Canonical Class Idioms
Kevlin discusses the evolution of idioms in C, particularly the orthodox canonical class form, which serves as a checklist for class interfaces. He highlights that while the need for foundational knowledge remains, there are now simpler ways to express relationships between operators. Additionally, he emphasizes that not all classes require traditional features like assignment operators or copy constructors, especially when dealing with heap-based objects.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
Episode 91: Kevlin Henney on C++
Related Questions