Unexpected Monad. Is Safe Error Handling Possible in JS/TS? by Artem Kobzar and Dmitry Makhnev

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

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

  • @aazolotyh
    @aazolotyh 5 หลายเดือนก่อน +9

    Really cool talk! Thank you, guys!

  • @umarmuhammadzakari4585
    @umarmuhammadzakari4585 4 หลายเดือนก่อน +1

    What a presentation!!!

  • @filipbystricky7301
    @filipbystricky7301 5 หลายเดือนก่อน +4

    Awesome talk, thank you! I really like how you explained all the concepts in a fun and approachable way!

  • @emterroso
    @emterroso 5 หลายเดือนก่อน +4

    I liked the content, but the jokes and the scripted dialogs are hard to watch. If you're ever repeating this talk, please consider making it straightforward, without the scripted dialog.

  • @bananasba
    @bananasba 5 หลายเดือนก่อน +1

    That's just a jetbrains promo, pass

    • @chrsbll
      @chrsbll 3 หลายเดือนก่อน

      It really isn't

  • @m_raez
    @m_raez 4 หลายเดือนก่อน +1

    Promise.AllSettled already provides this in the shape of {status: "fulfilled", value } or {status: "rejected", reason}

    • @bytesizedfeed
      @bytesizedfeed 3 หลายเดือนก่อน

      Does it work with async/await tho

    • @m_raez
      @m_raez 3 หลายเดือนก่อน

      @@bytesizedfeed It does. The call returns a Promise with the result in that shape. So "await" resolves that promise