C++ Mixins - Odin Holmes - Meeting C++ 2018

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ต.ค. 2024

ความคิดเห็น • 2

  • @fredhair
    @fredhair 5 ปีที่แล้ว +1

    Brilliant talk, this literally couldn't have come at a better time for me as this is ideal for a project I'm working on now

  • @llothar68
    @llothar68 5 ปีที่แล้ว +2

    The more i use procedural programming and less abstraction layers the better my code gets. Don't compare good procedural code (using STL, lambdas, exceptions etc.) with the state of the art when it was declared as harmful. I really love that i can now put abstractions i previous spread over 100 class files in a single header.