Keynote: SOLID, Revisited - Tony Van Eerd - [CppNow 2021]

#Boost #Cpp #CppNow Slides: CppNow Website: CppNow Twitter: @CppNow Streamed & Edited By Digital Medium Ltd: ------ Happy 20th Birthday SOLID! The SOLID principles were introduced in 2000 (and were around individually long before coalescing into the nice acronym). They quickly became tenets of OOP (Object Oriented Programming). But much has changed in these 20 years, and VOP (Value-Oriented Programming) has been pushed by some as the better way (or at least as another tool in the tool box). Does SOLID hold up in the VOP world? Does it still apply? This talk will delve into the original (and sometimes forgotten) motivations and goals behind SOLID. It will (of course) explain what each of the letters of SOLID stand for, and how they apply to OOP (and how they have been distorted in OOP). In particular, we will look at how and whether SOLID applies to Value Oriented Pro
Back to Top