🚀 Clean Code, Two Decades Later (Victor Rentea)

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

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

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

    Thanks a lot Victor. As always, impressive talk! Love the way you use sound and visual effects in your presentation!!

  • @KaI3aN
    @KaI3aN 11 หลายเดือนก่อน

    Anna Boyko, its you?

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

    The presenter missed the point about switches (32:22). Polymorphism in that context is advised mainly to benefit from dependency inversion and comply with SRP and OCP.

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

    Thank you for the great talk! Is there anywhere I can find your elaborated opinion on checked exceptions?

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

      The problem with checked exceptions is that they have to be handled immediately (which is not always practical) OR propagated with "throws" clause, that requires changing methods all the way up to the exception handler and cuts through all layers (that introduces breaking changes, makes modules/libraries harder to evolve, requires re-testing of all affected code parts, etc.). So the community is moving away from checked exceptions towards runtime exceptions that doesnt' have the aforementioned drawbacks.- Eduards from DevTernity

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

    Two Decades Latert -> " Two Decades Later"

  • @joter-glem
    @joter-glem ปีที่แล้ว

    For me navigating throw objects is pain. Presentation is too emotional.

  • @Peter-vj7bs
    @Peter-vj7bs 2 ปีที่แล้ว +4

    Good points, horrible presentation. The presenter's use of sound and visual effects reminds me of the over-enthusiasm towards powerpoint transition animations in the early 2000s.