filmov
tv
Rust Object Oriented Programming & Patterns and Matching (17-18)

Показать описание
Following on from our meetup covering on Fearless Concurrency, this session Alex leads us through the Rust Book chapters 17 and 18:
Chapter 17: Object Oriented Programming Features of Rust
Chapter 18: Patterns and Matching
Chapter 13 introduced us to some of the neat functional style capabilities of Rust, and this session on chapter 17 looks at some of the contrasting OO programming features of Rust. We'll get to see how the solutions generated by stateful object oriented style code differ from more functional solutions.
In chapter 18 we see some of the excellent pattern matching capabilities available to us, going beyond the basics covered at chapter 6. This chapter is one you may find yourself coming back to regularly for reference to remind yourself of some superbly clean syntax for many use cases.
Chapter 17: Object Oriented Programming Features of Rust
Chapter 18: Patterns and Matching
Chapter 13 introduced us to some of the neat functional style capabilities of Rust, and this session on chapter 17 looks at some of the contrasting OO programming features of Rust. We'll get to see how the solutions generated by stateful object oriented style code differ from more functional solutions.
In chapter 18 we see some of the excellent pattern matching capabilities available to us, going beyond the basics covered at chapter 6. This chapter is one you may find yourself coming back to regularly for reference to remind yourself of some superbly clean syntax for many use cases.