C++ Design Patterns: From C++03 to C++17 - Fedor Pikus - CppCon 2019

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ก.ย. 2024

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

  • @ctrlaltdebug
    @ctrlaltdebug 3 ปีที่แล้ว +22

    Simba: so I can use any of these design patterns?
    Mufasa: yes, anything under the sun in yours to use.
    Simba: what about that dark place?
    Mufasa: that's Singleton. Never go there.

  • @ruguevara
    @ruguevara 6 หลายเดือนก่อน +1

    We need more talk like this

  • @GeorgeTsiros
    @GeorgeTsiros 3 ปีที่แล้ว +8

    Fedor should give more presentations

    • @thomasmejstrik8352
      @thomasmejstrik8352 2 ปีที่แล้ว +1

      Fedor is always presenting great stuff, but is really bad in presenting them.

  • @ferhat3223
    @ferhat3223 4 ปีที่แล้ว +1

    Thanks for sharing.

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

    I don't understand why design patterns so often use inheritance or abstract methods. What ever happened to composition and compile-time polymorphism?

    • @hopo2hopo
      @hopo2hopo 2 ปีที่แล้ว

      maybe it has something to do with allowing one to deal with circular inclusion/dependency issues ?

  • @user-rq9rl1hs4j
    @user-rq9rl1hs4j 6 หลายเดือนก่อน

    I think his try is trivial, because dp are not syntax , they r Semantic and concept

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

    Hi All, can someone explain how can an object of type HTMLBuilder be instantiated into an HTMLElement object at 9:45? is it some sort of implicit conversion, because HTMLBuilder only has one HTMLElement private data member..?

    • @9uiop
      @9uiop 2 ปีที่แล้ว +2

      At 9:50 in the HTMLBuilder class there is a conversion operator to HTMLElement

  • @user-cw3nb8rc9e
    @user-cw3nb8rc9e 3 ปีที่แล้ว

    Very interesting talk, but kind of rough :)

  • @childhood1888
    @childhood1888 2 ปีที่แล้ว

    Builder, visitor and error handling pattern

  • @userrand4900
    @userrand4900 ปีที่แล้ว

    Can someone explain what the issue with initializer_list is in th-cam.com/video/MdtYi0vvct0/w-d-xo.html ?

  • @JeremyCoppin
    @JeremyCoppin 3 ปีที่แล้ว +4

    Sooo much code on slides that none of us have seen before with annotations...
    Taking one pattern and typing and compiling the code and testing it properly would've been more useful...

    • @styku1991
      @styku1991 3 ปีที่แล้ว +1

      Agree, I found it difficult to follow, can't imagine following it live, without pausing or re-watching some parts. This may be just below my level of expertise, though I think that if scope and pace were reduced, many more people would benefit from it, cause it's great stuff.