Try Catch Error Handling With TypeScript

Поделиться
HTML-код
  • Опубликовано: 14 июл 2023
  • 👉 NEW React & Next.js Course: bytegrad.com/courses/professi...
    Hi, I'm Wesley. I'm a brand ambassador for Kinde (paid sponsorship).
    👉 Add authentication to your app FAST: bit.ly/3QOe1Bh
    👉 NEW React & Next.js Course: bytegrad.com/courses/professi...
    👉 Professional JavaScript Course: bytegrad.com/courses/professi...
    👉 Professional CSS Course: bytegrad.com/courses/professi...
    👉 Discord: all my courses have a private Discord where I actively participate
    🔔 Email newsletter (BIG update soon): email.bytegrad.com
    ⏱️ Timestamps:
    0:00 Explanation
    #webdevelopment #coding #programming
  • НаукаНаука

Комментарии • 9

  • @WrestlingTournamentsDotCom
    @WrestlingTournamentsDotCom 9 месяцев назад +4

    A lot of work to make TS happy...

  • @abdelfadeel0
    @abdelfadeel0 6 месяцев назад +1

    Thanks for this great tutorial

  • @youneshenni5417
    @youneshenni5417 Год назад +1

    Great video. Keep up the good work :)

  • @rasmusl2067
    @rasmusl2067 9 месяцев назад

    Preferrably you would know which errors can occur. Eg. By doing features 'contract first' and grilling PO and UX about edge cases and how it could fail 🙂

  • @UwU-dx5hu
    @UwU-dx5hu 6 месяцев назад +1

    Please make a video for advanced users

  • @BlurryBit
    @BlurryBit 9 месяцев назад

    Or may be dump the whole error thing into some json object and send it to the log, and continue with what you want to do finally. Have another micro service clean this error dump and send to whatever reporting you might need ..

  • @cantellyoudam
    @cantellyoudam 8 месяцев назад

    Sounds cumbersome. No way thats the most elegant way of dealing with errors.

  • @eligbuefelix7988
    @eligbuefelix7988 5 месяцев назад +1

    Too complex solution

  • @gerkim3046
    @gerkim3046 6 месяцев назад

    where can i copy that code