Unexpected properties of exceptions

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024
  • "Unexpected properties of exceptions" delves into the topic of error handling in programming, focusing on the drawbacks of exception-based approaches. The talk focuses on uncovering the pitfalls of exceptions, taking detours into the world of traditional goto statements, structured concurrency, error segmentation, and functional programming alternatives. This talk serves as part one of a two-part series which explores different approaches to error-handling across languages.
    Gabriel's LinkedIn:
    www.linkedin.c...

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

  • @majorhumbert676
    @majorhumbert676 2 месяца назад

    Great speech, thank you!

  • @DM-fw5su
    @DM-fw5su 2 месяца назад

    Save yourself 44m30s on the convoluted storey time over an 'interesting' viewpoint of exceptions and watch the 30sec of project Arrow on show.
    Then go find a primer for Kotlin project Arrow and resume your education there.
    Sorry the style is not to my taste too many cringey soundbites on incomplete takes concerning other languages and contexts around the points presented.
    C has both GOTO types the other is using libc setjmp.
    Threads get their own stack executation is not an uncontrolled free for all.
    The beauty of exceptions is they perform controlled stack unwinding.
    My fellow coworkers and open source dependencies don't cause the problems you imply they do.
    Straw person much ?