Stefan Baumgartner - Trials, Traits, and Tribulations

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

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

  • @anyboch
    @anyboch 9 หลายเดือนก่อน

    this is something I love about rust-not only is the trait system so good for building your own abstractions, but the way traits are implemented makes it feel like you can embed your abstractions into the rust syntax

  • @houstonbova3136
    @houstonbova3136 10 หลายเดือนก่อน +7

    You said it a few times but one of my favorite parts of Rust is just how expressive you can be with your intent. It seems like 9/10 times there is trait or method in the std library that expresses several lines of intent in a single call and reads like plain English. This was a great walkthrough!

    • @TheInspctrcat
      @TheInspctrcat 10 หลายเดือนก่อน

      Fukken gold!

  • @loganhodgsn
    @loganhodgsn 10 หลายเดือนก่อน +5

    This talk is pure gold! Goodbye spaghetti Rust!

  • @ivandenysenko
    @ivandenysenko 10 หลายเดือนก่อน +3

    Thank you for the awesome video, Stefan.

  • @korniychuk
    @korniychuk 15 วันที่ผ่านมา

    Incredible!

  • @FathDaniel
    @FathDaniel 10 หลายเดือนก่อน +2

    Great talk. Really applicable to my stuff (sadly).

    • @ivandenysenko
      @ivandenysenko 10 หลายเดือนก่อน

      There is no progress without doing and learning thou. So this is the way.

  • @GlobalYoung7
    @GlobalYoung7 9 หลายเดือนก่อน

    thank you

  • @TheInspctrcat
    @TheInspctrcat 10 หลายเดือนก่อน

    Can we replace strategy to state machine?

    • @sbaumg
      @sbaumg 9 หลายเดือนก่อน

      How would that look like?