Rust Design Patterns

EMBED

Tue Aug 17 2021 16:37:54 GMT+0000 (Coordinated Universal Time)

Saved by @Pomroka #rust #design #patterns


There are many problems that share the same form. Due to the fact that Rust is not object-oriented, design patterns vary with respect to other object-oriented programming languages. While the details are different, since they have the same form they can be solved using the same fundamental methods: - Design patterns are methods to solve common problems when writing software. - Anti-patterns are methods to solve these same common problems. However, while design patterns give us benefits, anti-patterns create more problems. - Idioms are guidelines to follow when coding. They are social norms of the community. You can break them, but if you do you should have a good reason for it.

https://rust-unofficial.github.io/patterns/intro.html