Joshua Liebow-Feeser: "Safety in an Unsafe World" | RustConf 2024

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

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

  • @arisweedler4703
    @arisweedler4703 3 дня назад

    24:54 Amazing. I remember the seismic shift in my abilities as a programmer when I understood that I could complete partial functions by using C++’s std::option. I then learned what ADTs were and fell in love with functional programming, learned what a monad was, etc.
    Now I feel another seismic shift - don’t artificially complete a partial function and rely on clients to do error checking right - just simple don’t even let it compile unless it’s “formally verifiable” by the compiler.

  • @rpitit
    @rpitit 3 дня назад

    I remember a quote from my SW engineering prof from my uni days where he said something along the line: "If you don't find bugs during testing, chances are that you did not test well enough, rather than that your code is actually bug free." Three bugs sounds suspiciously low.

  • @qwitwa
    @qwitwa 5 дней назад +1

    You've already uploaded this one, no?